[go: up one dir, main page]

inferno 0.11.13

Rust port of the FlameGraph performance profiling tool suite
Documentation
1
2
3
4
5
6
coverage:
  range: 85..100 # set a high standard for ourselves
ignore:
  - "src/bin" # don't consider binaries in coverage report
  - "tests" # we also don't care about coverage of test code
  - "benches" # or coverage of benchmarks