Enable TLS in links in documentation

This commit is contained in:
Jeremy Rand
2021-09-16 22:00:20 +00:00
parent 6ef84e0503
commit 9bdda50151
6 changed files with 7 additions and 7 deletions

View File

@@ -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.