Searched refs:asmInterpreterTime (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | samples_record.h | 68 uint64_t asmInterpreterTime = 0; member
|
D | samples_record.cpp | 165 + std::to_string(profileInfo_->asmInterpreterTime) + ",\"aotTime\":" in StringifyStateTimeStatistic() 454 profileInfo_->asmInterpreterTime += static_cast<uint64_t>(timeDelta); in StatisticStateTime()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.cpp | 2540 int64_t asmInterpreterTime; in Create() local 2541 ret = params.GetInt64("asmInterpreterTime", &asmInterpreterTime); in Create() 2543 profile->asmInterpreterTime_ = asmInterpreterTime; in Create() 2636 profile->SetAsmInterpreterTime(static_cast<int64_t>(profileInfo.asmInterpreterTime)); in FromProfileInfo()
|
D | pt_types.h | 2155 Profile &SetAsmInterpreterTime(int64_t asmInterpreterTime) in SetAsmInterpreterTime() argument 2157 asmInterpreterTime_ = asmInterpreterTime; in SetAsmInterpreterTime()
|
/arkcompiler/toolchain/tooling/test/ |
D | debugger_types_test.cpp | 2167 …d":1000, "startTime":10, "endTime":25, "gcTime":25, "cInterpreterTime":25, "asmInterpreterTime":25, in HWTEST_F_L0() 2201 …d":1000, "startTime":10, "endTime":25, "gcTime":25, "cInterpreterTime":25, "asmInterpreterTime":25, in HWTEST_F_L0()
|