From 9bdda50151dd808cbad094d457bf0ed7939a7c87 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 16 Sep 2021 22:00:20 +0000 Subject: Enable TLS in links in documentation --- doc/developer-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/developer-notes.md') diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 3e13adeec0..ffb6632e21 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -349,7 +349,7 @@ make cov Profiling is a good way to get a precise idea of where time is being spent in code. One tool for doing profiling on Linux platforms is called -[`perf`](http://www.brendangregg.com/perf.html), and has been integrated into +[`perf`](https://www.brendangregg.com/perf.html), and has been integrated into the functional test framework. Perf can observe a running process and sample (at some frequency) where its execution is. -- cgit v1.2.3