Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.

Commit 51390f5

Browse files
committed
More structure for measurement chapter
1 parent 1b864ff commit 51390f5

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

src/032-benchmark.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Benchmarking Rust Code

src/034-instrument.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Instrumentating Rust Code

src/036-profile.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Profiling Rust Code

src/SUMMARY.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
- [Cargo profiles](021-cargo-profile.md)
88
- [rustc flags](022-rustflags.md)
99
- [Measuring Performance](030-profiling.md)
10+
- [Benchmarks](032-benchmark.md)
11+
- [Instrumentation](034-instrument.md)
12+
- [Profiling](036-profile.md)

0 commit comments

Comments
 (0)