Add instrumentation for profiling

This commit is contained in:
2020-12-05 14:25:52 +01:00
parent 26c7d67077
commit 5348e92f8a
2 changed files with 6 additions and 0 deletions

3
2020/.gitignore vendored
View File

@@ -1,2 +1,5 @@
target/ target/
Cargo.lock Cargo.lock
flamegraph.svg
perf.data
perf.data.old

View File

@@ -8,3 +8,6 @@ edition = "2018"
clap = "3.0.0-beta.2" clap = "3.0.0-beta.2"
lazy_static = "*" # Pinned by regex lazy_static = "*" # Pinned by regex
regex = "1" regex = "1"
[profile.release]
debug = true