Searched refs:appForkEnd_ (Results 1 – 2 of 2) sorted by relevance
215 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()
117 int64_t appForkEnd_ = 0; variable