gamma0987
gamma0987
Closes #236
The `README` has grown quiet big. `mdbook` is the defacto standard in the rust world and I think it would provide a more readable documentation and overview over `iai-callgrind` than...
I thought it would be great to have a formatting line (an optional first line in the input file of the `file` parameter) which tells iai-callgrind how to interpret the...
Currently, we only provide the possibility to define percentages for performance regression checks in the `RegressionConfig`. On the long run, having regression checks solely based on percentages is bad. Here's...
iai-callgrind does not show the costs of child processes if the valgrind argument `--trace-children=yes` is given. All output of callgrind goes into a single file and parsing the event counts...
The parsing of the command line arguments in the main! macro and benchmark harness was not equal for all benchmarks which could have lead to slightly different benchmark results. This...