Skip to content

Commit

Permalink
chore: fill in missing package.description fields
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo authored and michaelwoerister committed May 28, 2024
1 parent 6700fe3 commit 9783098
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions analyzeme/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "analyzeme"
description = "Provides common functionality for measureme tools"
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions crox/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "crox"
description = "Turns `measureme` profiling data into files that can be visualized by the Chromium performance tools"
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions decodeme/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "decodeme"
description = "Decoding definitions of the profiling event data from `measureme`"
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions flamegraph/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "flamegraph"
description = "Reads `measureme` profiling data and outputs Flame Graph"
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion measureme/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "measureme"
description = "Support crate for rustc's self-profiling feature"
version.workspace = true
authors.workspace = true
edition.workspace = true
description = "Support crate for rustc's self-profiling feature"
license.workspace = true
repository.workspace = true

Expand Down
1 change: 1 addition & 0 deletions mmedit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "mmedit"
description = "A tool for editing .mm_profdata files generated by `measureme`"
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions mmview/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "mmview"
description = "A tool for printing the event data generated by `measureme`"
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions stack_collapse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "stack_collapse"
description = "Reads `measureme` profiling data and outputs folded stack traces compatible with the Flame Graph tools"
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions summarize/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "summarize"
description = "Produces a human readable summary of `measureme` profiling data"
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 9783098

Please sign in to comment.