#include <AutoTune.h>
Public Attributes | |
double | perf |
performance measure (output of a Criterion) | |
double | t |
corresponding execution time (ms) | |
std::string | key |
key that identifies this op pt | |
long | cno |
integer identifer | |
Maintains a list of experimental results. Each operating point is a (perf, t, key) triplet, where higher perf and lower t is better. The key field is an arbitrary identifier for the operating point
Definition at line 87 of file AutoTune.h.