Home
last modified time | relevance | path

Searched refs:stopTime (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h60 uint64_t stopTime = 0; member
Dsamples_record.cpp153 + std::to_string(profileInfo_->stopTime) + ","; in StringifySampleData()
491 profileInfo_->stopTime = previousTimeStamp_; in SetThreadStopTime()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2633 profile->SetEndTime(static_cast<int64_t>(profileInfo.stopTime)); in FromProfileInfo()