Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
H A Dvirtual_runtime.h118 std::chrono::microseconds unwindFromRecordTimes_ = std::chrono::microseconds::zero(); member in OHOS::Developtools::NativeDaemon::VirtualRuntime
/developtools/hiperf/include/
H A Dvirtual_runtime.h154 std::chrono::microseconds unwindFromRecordTimes_ = std::chrono::microseconds::zero(); member in OHOS::Developtools::HiPerf::VirtualRuntime
/developtools/profiler/device/plugins/native_daemon/src/
H A Dvirtual_runtime.cpp235 unwindFromRecordTimes_ += duration_cast<microseconds>(steady_clock::now() - startTime); in UnwindStack()
/developtools/hiperf/src/
H A Dsubcommand_record.cpp1772 virtualRuntime_.unwindFromRecordTimes_.count() / MS_DURATION); in ReportTime()
H A Dvirtual_runtime.cpp614 unwindFromRecordTimes_ += duration_cast<microseconds>(steady_clock::now() - startTime); in UnwindFromRecord()

Completed in 8 milliseconds