OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestSystem
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/samples/gpu/performance/
performance.h
28
class
TestSystem
31
static
TestSystem
& instance()
33
static
TestSystem
me;
92
TestSystem
():
149
TestSystem
::instance().addInit(this); \
159
TestSystem
::instance().addTest(this); \
165
#define SUBTEST
TestSystem
::instance().startNewSubtest()
168
while (!
TestSystem
::instance().stop()) { \
169
TestSystem
::instance().cpuOn()
171
TestSystem
::instance().cpuOff();
[
all
...]
performance.cpp
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)
[
all
...]
tests.cpp
1207
while (!
TestSystem
::instance().stop())
1211
TestSystem
::instance().cpuOn();
1215
TestSystem
::instance().cpuOff();
1217
TestSystem
::instance().cpuComplete();
1229
while (!
TestSystem
::instance().stop())
1234
TestSystem
::instance().gpuOn();
1238
TestSystem
::instance().gpuOff();
1240
TestSystem
::instance().gpuComplete();
1262
while (!
TestSystem
::instance().stop())
1266
TestSystem
::instance().cpuOn()
[
all
...]
Completed in 762 milliseconds