Searched refs:TestPerformance (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | my_xnode.h | 47 static uint32_t TestPerformance(OH_Drawing_Canvas* canvas, std::string caseName, uint32_t testCount);
|
H A D | my_xnode.cpp | 104 uint32_t time = TestPerformance(canvas, caseName, testCount); in NapiPerformance() 190 uint32_t MyXNode::TestPerformance(OH_Drawing_Canvas* canvas, std::string caseName, uint32_t testCount) in TestPerformance() function in MyXNode 233 {"TestPerformance", nullptr, MyXNode::NapiPerformance, nullptr, nullptr, nullptr, napi_default, nullptr}, in Export()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/ |
H A D | drawing_demo.h | 61 int TestPerformance(TestDisplayCanvas* canvasExt, int type);
|
H A D | drawing_demo.cpp | 65 return TestPerformance(canvas, PERFORMANCE_CPU); in Test() 67 return TestPerformance(canvas, PERFORMANCE_GPU_UPSCREEN); in Test() 291 int DrawingDemo::TestPerformance(TestDisplayCanvas* canvasExt, int type) in TestPerformance() function in OHOS::Rosen::DrawingDemo 299 TestCommon::Log("TestPerformance start!"); in TestPerformance() 334 TestCommon::Log("TestPerformance end!"); in TestPerformance()
|
Completed in 3 milliseconds