Home
last modified time | relevance | path

Searched refs:napiTime (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.h73 uint64_t napiTime = 0; member
H A Dsamples_record.cpp166 + 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 Dsamples_record_test.cpp190 EXPECT_EQ(profileInfo->napiTime, 106); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp2677 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 Dpt_types.h2249 Profile &SetNapiTime(int64_t napiTime) in SetNapiTime() argument
2251 napiTime_ = napiTime; in SetNapiTime()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_types_test.cpp2168 "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