| (@>) [Benchmark.Tree] |
|
| (@>>) [Benchmark.Tree] |
|
| (@>>>) [Benchmark.Tree] |
|
A | |
| add [Benchmark] |
|
| arg [Benchmark.Tree] |
|
C | |
| concat [Benchmark.Tree] | Merge the given trees (recursively). |
F | |
| filter [Benchmark.Tree] |
|
G | |
| global [Benchmark.Tree] | Global tree, built from calls to |
L | |
| latency1 [Benchmark] |
|
| latencyN [Benchmark] |
|
M | |
| make [Benchmark] |
|
| merge [Benchmark] |
|
P | |
| parse_path [Benchmark.Tree] | Split a string into a path at the "." separators. |
| prefix [Benchmark.Tree] | Add the path as a prefix to the tree, similar to repeated
calls to |
| print [Benchmark.Tree] | Print the tree of benchmarks (its structure) on the given formatter. |
| print_path [Benchmark.Tree] | |
R | |
| register [Benchmark.Tree] | Register a benchmark to the global registry of benchmarks. |
| run [Benchmark.Tree] |
|
| run_global [Benchmark.Tree] | Same as |
S | |
| sub [Benchmark] |
|
T | |
| tabulate [Benchmark] |
|
| throughput1 [Benchmark] |
|
| throughputN [Benchmark] |
|
| to_string [Benchmark] |
|
W | |
| with_int [Benchmark.Tree] |
|