Home
last modified time | relevance | path

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

/foundation/graphic/graphic_surface/utils/frame_report/src/
H A Dframe_report.cpp42 constexpr int32_t THOUSAND_COUNT = 1000; member
200 static_cast<int32_t>(dequeueBufferTime_.load() / THOUSAND_COUNT), in Report()
201 static_cast<int32_t>(queueBufferTime_.load() / THOUSAND_COUNT), in Report()
203 static_cast<int32_t>(lastSwapBufferTime_.load() / THOUSAND_COUNT), in Report()

Completed in 1 milliseconds