Mir 1.0
Mir application programming interface
mirml_memlat_ctx_t_ Struct Reference

Context for memory latency benchmarking. More...

#include <mirml_membench.h>

Data Fields

int max_iter
 Maximal number of iterations.
 
int numop
 Number of memory operations.
 
mirkl_size_t test_size
 Size of test buffer in bytes.
 
double result_sr
 Result of single read test: memory latency in ns.
 
double result_sr_stdev
 Result of single read test: standard deviation of memory latency in ns.
 
double result_sr_stdev_thr
 Convergence threshold for relative standard deviation.
 
double result_dr
 Result of double read test: memory latency in ns.
 
double result_dr_stdev
 Result of double read test: standard deviation of memory latency in ns.
 
double result_dr_stdev_thr
 Convergence threshold for relative standard deviation.
 

Detailed Description

Context for memory latency benchmarking.


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