Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/tuningfork/
Dtuningfork.cpp91 std::vector<TimePoint> live_traces_; member in tuningfork::TuningForkImpl
132 live_traces_.resize(max_num_prongs_); in TuningForkImpl()
133 for (auto &t: live_traces_) t = TimePoint::min(); in TuningForkImpl()
349 live_traces_[h] = time_provider_->NowNs(); in StartTrace()
355 auto i = live_traces_[h]; in EndTrace()
358 live_traces_[h] = TimePoint::min(); in EndTrace()