Skip to content

Commit

Permalink
Fix markdown hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleywiser committed Nov 19, 2020
1 parent 90a92f6 commit 1425ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion measureme/src/counters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
//! which can cause non-deterministic overcounting for instructions following
//! an atomic instruction (such as found in heap allocators, or `measureme`)
//! * this is automatically detected, with a `log` message pointing the user
//! 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
//! disable `SpecLockMap` on their system (sadly requires root access)
//!
//! Even if some of the above caveats apply for some profiling setup, as long as
Expand Down

0 comments on commit 1425ee3

Please sign in to comment.