Searched refs:runtimeTime (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | samples_record.h | 73 uint64_t runtimeTime = 0; member
|
| D | samples_record.cpp | 170 + std::to_string(profileInfo_->runtimeTime) + ",\"otherTime\":" in StringifyStateTimeStatistic() 474 profileInfo_->runtimeTime += static_cast<uint64_t>(timeDelta); in StatisticStateTime()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 2580 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()
|
| D | pt_types.h | 2210 Profile &SetRuntimeTime(int64_t runtimeTime) in SetRuntimeTime() argument 2212 runtimeTime_ = runtimeTime; in SetRuntimeTime()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_types_test.cpp | 2168 …"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()
|