Home
last modified time | relevance | path

Searched refs:TestPerformance (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xnode.h47 static uint32_t TestPerformance(OH_Drawing_Canvas* canvas, std::string caseName, uint32_t testCount);
H A Dmy_xnode.cpp104 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 Ddrawing_demo.h61 int TestPerformance(TestDisplayCanvas* canvasExt, int type);
H A Ddrawing_demo.cpp65 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