mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Add instrumentation for profiling
This commit is contained in:
3
2020/.gitignore
vendored
3
2020/.gitignore
vendored
@@ -1,2 +1,5 @@
|
|||||||
target/
|
target/
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
flamegraph.svg
|
||||||
|
perf.data
|
||||||
|
perf.data.old
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user