Home | History | Annotate | Download | only in performance

Lines Matching refs:TestSystem

11 void TestSystem::run()
58 void TestSystem::finishCurrentSubtest()
77 double TestSystem::meanTime(const vector<int64> &samples)
86 void TestSystem::printHeading()
97 void TestSystem::printSummary()
107 void TestSystem::printMetrics(double cpu_time, double gpu_time, double speedup)
128 void TestSystem::printError(const std::string& msg)
144 return TestSystem::instance().workingDir() + relpath;
152 TestSystem::instance().printError(err_msg);
207 TestSystem::instance().setTestFilter(filter);
214 TestSystem::instance().setWorkingDir(workdir);
218 TestSystem::instance().setListMode(true);
220 TestSystem::instance().setNumIters(iters);
224 TestSystem::instance().run();