MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / header

Method header

src/bench/bench.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <numeric>
13
14void benchmark::ConsolePrinter::header()
15{
16 std::cout << "# Benchmark, evals, iterations, total, min, max, median" << std::endl;
17}
18
19void benchmark::ConsolePrinter::result(const State& state)
20{

Callers 4

CoinControlDialogMethod · 0.80
sortViewMethod · 0.80
headerSectionClickedMethod · 0.80
RunAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected