Skip to content

Commit 15982ab

Browse files
committed
samply now works on Windows.
Fixes #94.
1 parent e78ddd1 commit 15982ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/profiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
8888
configuration. However, filenames present in the debug info for the standard
8989
library will not point to source code files, because this feature does not also
9090
download 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

0 commit comments

Comments
 (0)