Searched defs:BenchmarkInfo (Results 1 – 2 of 2) sorted by relevance
29 struct BenchmarkInfo struct31 const char *glmark2Config;32 const char *name;
5615 struct BenchmarkInfo { struct5616 std::string name;5617 double estimatedDuration;5618 int iterations;5619 int samples;5620 unsigned int resamples;5621 double clockResolution;5622 double clockCost;