File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ used successfully on Rust programs.
1717 Linux, and macOS.
1818- [ AMD μProf] is a general-purpose profiler. It works on Windows and Linux.
1919- [ samply] is a sampling profiler that produces profiles that can be viewed
20- in the Firefox Profiler. It works on Mac and Linux .
20+ in the Firefox Profiler. It works on Mac, Linux, and Windows .
2121- [ flamegraph] is a Cargo command that uses perf/DTrace to profile your
2222 code and then displays the results in a flame graph. It works on Linux and
2323 all platforms that support DTrace (macOS, FreeBSD, NetBSD, and possibly
@@ -88,7 +88,7 @@ library as part of your program's normal compilation, with the same build
8888configuration. However, filenames present in the debug info for the standard
8989library will not point to source code files, because this feature does not also
9090download standard library source code. So this approach will not help with
91- profilers such as Cachegrind and Samply that require source code to work fully.
91+ profilers such as Cachegrind and samply that require source code to work fully.
9292
9393[ build-std ] : https://doc.rust-lang.org/cargo/reference/unstable.html#build-std
9494
You can’t perform that action at this time.
0 commit comments