Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/perf_stat/src/
Dperf_stat.cpp64 return accountAddEnd_; in GetAccountAddEndTime()
69 accountAddEnd_ = (time > 0 && time > accountAddBegin_) ? time : accountAddBegin_; in SetAccountAddEndTime()
159 accountAddEnd_ = 0; in Reset()
206 if (accountAddEnd_ > accountAddBegin_) { in Dump()
208 .append(std::to_string(accountAddEnd_ - accountAddBegin_)) in Dump()
/base/account/os_account/frameworks/common/perf_stat/include/
Dperf_stat.h70 int64_t accountAddEnd_ = 0; variable