Home
last modified time | relevance | path

Searched refs:usedTime_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.cpp65 return usedTime_; in GetTime()
118 usedTime_ = end - start; in LogEnd()
119 DRAWING_LOGE("DrawingApiTest TotalApiCallTime: [%{public}u]", usedTime_); in LogEnd()
H A Dtest_base.h112 uint32_t usedTime_ = 0; variable
H A Dmy_xcomponent.h101 uint32_t usedTime_ = 0; variable
H A Dmy_xcomponent.cpp274 usedTime_ = testCase->GetTime(); in TestPerformanceCpu()
288 usedTime_ = testCase->GetTime(); in TestPerformanceGpu()
408 return usedTime_; in GetTime()