Home
last modified time | relevance | path

Searched refs:nowTs (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/frameworks/native/
H A Ddynamic_buffer.cpp53 traceStats.nowTs = std::stod(line.substr(nowTsPos)); in GetPerCpuStatsInfo()
77 int duration = floor(traceStats.nowTs - traceStats.oldTs); in UpdateTraceLoad()
79 … HILOG_ERROR(LOG_CORE, "nowTs:%{public}lf, oldTs:%{public}lf", traceStats.nowTs, traceStats.oldTs); in UpdateTraceLoad()
/ohos5.0/base/hiviewdfx/hitrace/frameworks/include/
H A Ddynamic_buffer.h28 double nowTs = 0; member