Searched refs:napiTime (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
H A D | samples_record.h | 73 uint64_t napiTime = 0;
member
|
H A D | samples_record.cpp | 166 + std::to_string(profileInfo_->builtinTime) + ",\"napiTime\":" in StringifyStateTimeStatistic() 167 + std::to_string(profileInfo_->napiTime) + ",\"arkuiEngineTime\":" in StringifyStateTimeStatistic() 331 profileInfo_->napiTime += static_cast<uint64_t>(timeDelta); in StatisticStateTime()
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/ |
H A D | samples_record_test.cpp | 190 EXPECT_EQ(profileInfo->napiTime, 106); in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_types.cpp | 2677 int64_t napiTime; in Create() local 2678 ret = params.GetInt64("napiTime", &napiTime); in Create() 2680 profile->napiTime_ = napiTime; in Create() 2682 error += "Unknown or wrong type of 'napiTime';"; in Create() 2752 profile->SetNapiTime(static_cast<int64_t>(profileInfo.napiTime)); in FromProfileInfo() 2794 result->Add("napiTime", napiTime_); in ToJson()
|
H A D | pt_types.h | 2249 Profile &SetNapiTime(int64_t napiTime) in SetNapiTime() argument 2251 napiTime_ = napiTime; in SetNapiTime()
|
/arkcompiler/toolchain/tooling/test/ |
H A D | debugger_types_test.cpp | 2168 "aotTime":25, "builtinTime":25, "napiTime":25, "arkuiEngineTime":25, "runtimeTime":25, "otherTime":25, 2202 "aotTime":25, "builtinTime":25, "napiTime":25, "arkuiEngineTime":25, "runtimeTime":25, "otherTime":25, 2241 ret = json->GetInt("napiTime", &tmpInt);
|
Completed in 22 milliseconds