UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
Loading...
Searching...
No Matches
bench::Stats Struct Reference

#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
 

Detailed Description

Definition at line 195 of file benchmark_harness.hpp.

Member Data Documentation

◆ max_ns

double bench::Stats::max_ns = 0.0

Definition at line 197 of file benchmark_harness.hpp.

◆ mean_ns

double bench::Stats::mean_ns = 0.0

Definition at line 199 of file benchmark_harness.hpp.

◆ median_ns

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().

◆ min_ns

double bench::Stats::min_ns = 0.0

Definition at line 196 of file benchmark_harness.hpp.

Referenced by bench::Harness::run_and_print().

◆ outliers

int bench::Stats::outliers = 0

Definition at line 202 of file benchmark_harness.hpp.

Referenced by bench::Harness::run_and_print().

◆ samples

int bench::Stats::samples = 0

Definition at line 201 of file benchmark_harness.hpp.

Referenced by bench::Harness::run_and_print().

◆ stddev_ns

double bench::Stats::stddev_ns = 0.0

Definition at line 200 of file benchmark_harness.hpp.

Referenced by bench::Harness::run_and_print().


The documentation for this struct was generated from the following file: