MicroBenchmark
|
result struct for a benchmark More...
#include <MicroBenchmarkSubsystem.h>
Public Member Functions | |
std::chrono::nanoseconds | AvgNanoSeconds () const |
calculate the average runtime over all executions in nanoseconds | |
void | LogTime (std::chrono::nanoseconds n) |
log a new timed sample More... | |
FORCEINLINE int32 | GetNumCalls () const |
get the number of times the code in this benchmark was called | |
result struct for a benchmark
|
inline |
log a new timed sample
n | runtime in nanoseconds |