Searched refs:TestPerformanceCpu (Results 1 – 10 of 10) sorted by relevance
297 return this.TestPerformanceCpu();392 async TestPerformanceCpu() {393 console.log(TAG, 'TestPerformanceCpu start');402 test.TestPerformanceCpu().then(()=>{407 console.log(TAG, 'TestPerformanceCpu end');
143 public async TestPerformanceCpu() {
255 return this.TestPerformanceCpu();359 async TestPerformanceCpu() {360 console.log(TAG, 'TestPerformanceCpu start');369 console.log(TAG, 'TestPerformanceCpu end');
37 void TestPerformanceCpu();
94 void TestBase::TestPerformanceCpu() in TestPerformanceCpu() function in OHOS::Rosen::TestBase
58 void TestPerformanceCpu(napi_env env);
71 void TestPerformanceCpu(napi_env env, std::string caseName);
264 void MyXComponent::TestPerformanceCpu(napi_env env, std::string caseName) in TestPerformanceCpu() function in MyXComponent273 testCase->TestPerformanceCpu(env); in TestPerformanceCpu()723 render->TestPerformanceCpu(env, caseName); in NapiPerformanceCpu()
131 void TestBase::TestPerformanceCpu(napi_env env) in TestPerformanceCpu() function in TestBase
295 testCase->TestPerformanceCpu(); in TestPerformance()