Searched refs:arkuiEngineTime (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | samples_record.h | 72 uint64_t arkuiEngineTime = 0; member
|
D | samples_record.cpp | 169 + std::to_string(profileInfo_->arkuiEngineTime) + ",\"runtimeTime\":" in StringifyStateTimeStatistic() 470 profileInfo_->arkuiEngineTime += static_cast<uint64_t>(timeDelta); in StatisticStateTime()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.cpp | 2572 int64_t arkuiEngineTime; in Create() local 2573 ret = params.GetInt64("arkuiEngineTime", &arkuiEngineTime); in Create() 2575 profile->arkuiEngineTime_ = arkuiEngineTime; in Create() 2640 profile->SetArkuiEngineTime(static_cast<int64_t>(profileInfo.arkuiEngineTime)); in FromProfileInfo()
|
D | pt_types.h | 2199 Profile &SetArkuiEngineTime(int64_t arkuiEngineTime) in SetArkuiEngineTime() argument 2201 arkuiEngineTime_ = arkuiEngineTime; in SetArkuiEngineTime()
|
/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()
|