Skip to content

Fix some broken links #1274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Depending on what you're trying to measure, there are several different approach
See [their docs](https://github.com/rust-lang/measureme/blob/master/summarize/README.md) for more information.

- If you want function level performance data or even just more details than the above approaches:
- Consider using a native code profiler such as [perf](profiling/with_perf.html)
- Consider using a native code profiler such as [perf](profiling/with_perf.md)
- or [tracy](https://github.com/nagisa/rust_tracy_client) for a nanosecond-precision,
full-featured graphical interface.

Expand All @@ -26,7 +26,7 @@ Depending on what you're trying to measure, there are several different approach

- If you want to profile memory usage, you can use various tools depending on what operating system
you are using.
- For Windows, read our [WPA guide](profiling/wpa_profiling.html).
- For Windows, read our [WPA guide](profiling/wpa_profiling.md).

## Optimizing rustc's bootstrap times with `cargo-llvm-lines`

Expand Down