Home
last modified time | relevance | path

Searched refs:runtimeTime (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h73 uint64_t runtimeTime = 0; member
Dsamples_record.cpp170 + std::to_string(profileInfo_->runtimeTime) + ",\"otherTime\":" in StringifyStateTimeStatistic()
474 profileInfo_->runtimeTime += static_cast<uint64_t>(timeDelta); in StatisticStateTime()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2580 int64_t runtimeTime; in Create() local
2581 ret = params.GetInt64("runtimeTime", &runtimeTime); in Create()
2583 profile->runtimeTime_ = runtimeTime; in Create()
2641 profile->SetRuntimeTime(static_cast<int64_t>(profileInfo.runtimeTime)); in FromProfileInfo()
Dpt_types.h2210 Profile &SetRuntimeTime(int64_t runtimeTime) in SetRuntimeTime() argument
2212 runtimeTime_ = runtimeTime; in SetRuntimeTime()
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp2168 …"aotTime":25, "builtinTime":25, "napiTime":25, "arkuiEngineTime":25, "runtimeTime":25, "otherTime"… in HWTEST_F_L0()
2202 …"aotTime":25, "builtinTime":25, "napiTime":25, "arkuiEngineTime":25, "runtimeTime":25, "otherTime"… in HWTEST_F_L0()