Skip to content

Commit 9783098

Browse files
weihanglomichaelwoerister
authored andcommitted
chore: fill in missing package.description fields
1 parent 6700fe3 commit 9783098

File tree

9 files changed

+9
-1
lines changed

9 files changed

+9
-1
lines changed

analyzeme/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "analyzeme"
3+
description = "Provides common functionality for measureme tools"
34
version.workspace = true
45
authors.workspace = true
56
edition.workspace = true

crox/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "crox"
3+
description = "Turns `measureme` profiling data into files that can be visualized by the Chromium performance tools"
34
version.workspace = true
45
authors.workspace = true
56
edition.workspace = true

decodeme/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "decodeme"
3+
description = "Decoding definitions of the profiling event data from `measureme`"
34
version.workspace = true
45
authors.workspace = true
56
edition.workspace = true

flamegraph/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "flamegraph"
3+
description = "Reads `measureme` profiling data and outputs Flame Graph"
34
version.workspace = true
45
authors.workspace = true
56
edition.workspace = true

measureme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "measureme"
3+
description = "Support crate for rustc's self-profiling feature"
34
version.workspace = true
45
authors.workspace = true
56
edition.workspace = true
6-
description = "Support crate for rustc's self-profiling feature"
77
license.workspace = true
88
repository.workspace = true
99

mmedit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "mmedit"
3+
description = "A tool for editing .mm_profdata files generated by `measureme`"
34
version.workspace = true
45
authors.workspace = true
56
edition.workspace = true

mmview/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "mmview"
3+
description = "A tool for printing the event data generated by `measureme`"
34
version.workspace = true
45
authors.workspace = true
56
edition.workspace = true

stack_collapse/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "stack_collapse"
3+
description = "Reads `measureme` profiling data and outputs folded stack traces compatible with the Flame Graph tools"
34
version.workspace = true
45
authors.workspace = true
56
edition.workspace = true

summarize/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "summarize"
3+
description = "Produces a human readable summary of `measureme` profiling data"
34
version.workspace = true
45
authors.workspace = true
56
edition.workspace = true

0 commit comments

Comments
 (0)