Skip to content

Commit

Permalink
Profiling: start with old wiki/Profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Jul 8, 2024
1 parent a924fe9 commit fa0bb3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [Editor support](hacking/editor-support.md)
- [Debugging](hacking/debugging.md)
- [Automated testing\*](hacking/testing.md)
- [Profiling\*](hacking/profiling.md)

# Servo’s architecture

Expand All @@ -44,4 +45,3 @@
- [docs/STYLE_GUIDE.md\*](old/STYLE_GUIDE.md)
- [docs/glossary.md\*](old/glossary.md)
- [wiki/Building\*](old/building.md)
- [wiki/Profiling\*](old/profiling.md)
4 changes: 2 additions & 2 deletions src/old/profiling.md → src/hacking/profiling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TODO: wiki/Profiling
<!-- TODO: needs copyediting -->

<!-- https://github.com/servo/servo/wiki/Profiling/1963e5c31e3319d7167f29181cbb6229cf7384eb -->
# Profiling

First, ensure that you are building Servo in release (optimized) mode with optimal debugging symbols:
In Cargo.toml:
Expand Down

0 comments on commit fa0bb3d

Please sign in to comment.