|
UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
|
#include <benchmark_harness.hpp>
Public Attributes | |
| double | min_ns = 0.0 |
| double | max_ns = 0.0 |
| double | median_ns = 0.0 |
| double | mean_ns = 0.0 |
| double | stddev_ns = 0.0 |
| int | samples = 0 |
| int | outliers = 0 |
Definition at line 195 of file benchmark_harness.hpp.
| double bench::Stats::max_ns = 0.0 |
Definition at line 197 of file benchmark_harness.hpp.
| double bench::Stats::mean_ns = 0.0 |
Definition at line 199 of file benchmark_harness.hpp.
| double bench::Stats::median_ns = 0.0 |
Definition at line 198 of file benchmark_harness.hpp.
Referenced by bench::Harness::run(), and bench::Harness::run_and_print().
| double bench::Stats::min_ns = 0.0 |
Definition at line 196 of file benchmark_harness.hpp.
Referenced by bench::Harness::run_and_print().
| int bench::Stats::outliers = 0 |
Definition at line 202 of file benchmark_harness.hpp.
Referenced by bench::Harness::run_and_print().
| int bench::Stats::samples = 0 |
Definition at line 201 of file benchmark_harness.hpp.
Referenced by bench::Harness::run_and_print().
| double bench::Stats::stddev_ns = 0.0 |
Definition at line 200 of file benchmark_harness.hpp.
Referenced by bench::Harness::run_and_print().