Home
last modified time | relevance | path

Searched refs:TestPerformanceCpu (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/
H A DIndex.ets297 return this.TestPerformanceCpu();
392 async TestPerformanceCpu() {
393 console.log(TAG, 'TestPerformanceCpu start');
402 test.TestPerformanceCpu().then(()=>{
407 console.log(TAG, 'TestPerformanceCpu end');
H A Dtestbase.ts143 public async TestPerformanceCpu() {
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/ets/pages/
H A DIndex.ets255 return this.TestPerformanceCpu();
359 async TestPerformanceCpu() {
360 console.log(TAG, 'TestPerformanceCpu start');
369 console.log(TAG, 'TestPerformanceCpu end');
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_base.h37 void TestPerformanceCpu();
H A Dtest_base.cpp94 void TestBase::TestPerformanceCpu() in TestPerformanceCpu() function in OHOS::Rosen::TestBase
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.h58 void TestPerformanceCpu(napi_env env);
H A Dmy_xcomponent.h71 void TestPerformanceCpu(napi_env env, std::string caseName);
H A Dmy_xcomponent.cpp264 void MyXComponent::TestPerformanceCpu(napi_env env, std::string caseName) in TestPerformanceCpu() function in MyXComponent
273 testCase->TestPerformanceCpu(env); in TestPerformanceCpu()
723 render->TestPerformanceCpu(env, caseName); in NapiPerformanceCpu()
H A Dtest_base.cpp131 void TestBase::TestPerformanceCpu(napi_env env) in TestPerformanceCpu() function in TestBase
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Ddrawing_demo.cpp295 testCase->TestPerformanceCpu(); in TestPerformance()