Home
last modified time | relevance | path

Searched refs:timePtr (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/base/
H A Devent_dispatch_queue.cpp39 auto timePtr = std::make_shared<uint64_t>(0); in ProcessUnorderedEvent() local
41 TimeUtil::TimeCalculator tc(timePtr); in ProcessUnorderedEvent()
47 HiviewEventReport::UpdatePluginStats(ptr->GetListenerName(), event.eventName_, *timePtr); in ProcessUnorderedEvent()
H A Dplugin.cpp64 auto timePtr = std::make_shared<uint64_t>(0); in OnEventProxy() local
66 TimeUtil::TimeCalculator tc(timePtr); in OnEventProxy()
69 HiviewEventReport::UpdatePluginStats(this->name_, event->eventName_, *timePtr); in OnEventProxy()
70 event->realtime_ += *timePtr; in OnEventProxy()
/base/hiviewdfx/hiview/base/utility/include/
H A Dtime_util.h39 TimeCalculator(std::shared_ptr<uint64_t>& timePtr);
/base/hiviewdfx/hiview/base/utility/
H A Dtime_util.cpp118 TimeCalculator::TimeCalculator(std::shared_ptr<uint64_t>& timePtr) in TimeCalculator() argument
120 this->time_ = timePtr; in TimeCalculator()

Completed in 2 milliseconds