Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.h61 uint64_t stopTime = 0; member
H A Dsamples_record.cpp151 + std::to_string(profileInfo_->stopTime) + ","; in StringifySampleData()
365 profileInfo_->stopTime = previousTimeStamp_; in SetThreadStopTime()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp255 std::string args = "{\"data\":{\"endTime\":" + std::to_string(profileInfo->stopTime) + "}}"; in TraceEventRecordCpuProfilerEnd()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp2746 profile->SetEndTime(static_cast<int64_t>(profileInfo.stopTime)); in FromProfileInfo()

Completed in 8 milliseconds