We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a92f6 commit 1425ee3Copy full SHA for 1425ee3
measureme/src/counters.rs
@@ -81,7 +81,7 @@
81
//! which can cause non-deterministic overcounting for instructions following
82
//! an atomic instruction (such as found in heap allocators, or `measureme`)
83
//! * this is automatically detected, with a `log` message pointing the user
84
-//! to [https://github.com/mozilla/rr/wiki/Zen] for guidance on how to
+//! to <https://github.com/mozilla/rr/wiki/Zen> for guidance on how to
85
//! disable `SpecLockMap` on their system (sadly requires root access)
86
//!
87
//! Even if some of the above caveats apply for some profiling setup, as long as
0 commit comments