Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
H A Ddebug_logger.cpp90 logTimes_ += duration_cast<microseconds>(steady_clock::now() - startSprintf); in Log()
126 logTimes_ += duration_cast<microseconds>(steady_clock::now() - startTime); in Log()
/developtools/hiperf/src/
H A Ddebug_logger.cpp90 logTimes_ += duration_cast<microseconds>(steady_clock::now() - startSprintf); in Log()
126 logTimes_ += duration_cast<microseconds>(steady_clock::now() - startTime); in Log()
H A Dsubcommand_record.cpp1794 printf("logTimes: %0.3f ms\n", DebugLogger::GetInstance()->logTimes_.count() / MS_DURATION); in ReportTime()
1800 DebugLogger::GetInstance()->logTimes_.count() / in ReportTime()
/developtools/profiler/device/plugins/native_daemon/include/
H A Ddebug_logger.h100 mutable std::chrono::microseconds logTimes_ = std::chrono::microseconds::zero(); member in OHOS::Developtools::NativeDaemon::DebugLogger
/developtools/hiperf/include/
H A Ddebug_logger.h110 mutable std::chrono::microseconds logTimes_ = std::chrono::microseconds::zero(); member in OHOS::Developtools::HiPerf::DebugLogger

Completed in 6 milliseconds