Home | History | Annotate | Download | only in performance

Lines Matching refs:instance

31     static TestSystem& instance()
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(); \
172 } TestSystem::instance().cpuComplete()
175 while (!TestSystem::instance().stop()) { \
176 TestSystem::instance().gpuOn()
178 TestSystem::instance().gpuOff(); \
179 } TestSystem::instance().gpuComplete()