CPPX 2.1.0
A Modern C++ Utility Library
Loading...
Searching...
No Matches
BenchmarkResult Struct Reference
Collaboration diagram for BenchmarkResult:

Public Attributes

std::string structure
 
std::size_t n
 
double insert_ms
 
double lookup_ms
 
double delete_ms
 

Detailed Description

Definition at line 68 of file benchmark_main.cpp.

Member Data Documentation

◆ delete_ms

double BenchmarkResult::delete_ms

Definition at line 74 of file benchmark_main.cpp.

◆ insert_ms

double BenchmarkResult::insert_ms

Definition at line 72 of file benchmark_main.cpp.

◆ lookup_ms

double BenchmarkResult::lookup_ms

Definition at line 73 of file benchmark_main.cpp.

◆ n

std::size_t BenchmarkResult::n

Definition at line 71 of file benchmark_main.cpp.

◆ structure

std::string BenchmarkResult::structure

Definition at line 70 of file benchmark_main.cpp.


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