Home
last modified time | relevance | path

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

/foundation/resourceschedule/ffrt/src/util/
H A Dtime_format.h93 static int64_t globalFreq = Arm64CntFrq(); in FormatDateString4CntCt() local
94 if (globalFreq == 0) { in FormatDateString4CntCt()
99 std::chrono::microseconds us((int64_t)(cntCtTimeStamp - globalCntCt) * Ratio / globalFreq); in FormatDateString4CntCt()

Completed in 1 milliseconds