Home
last modified time | relevance | path

Searched refs:appForkEnd_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dperf_profile.cpp215 return appForkEnd_; in GetAppForkEndTime()
220 appForkEnd_ = (time > 0 && time > appForkStart_) ? time : appForkStart_; in SetAppForkEndTime()
260 appForkEnd_ = 0; in Reset()
297 APP_LOGD("AppForkTime: %{public}" PRId64 "(ms) \n", (appForkEnd_ - appForkStart_)); in Dump()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dperf_profile.h117 int64_t appForkEnd_ = 0; variable