Searched refs:time_stat_ (Results 1 – 2 of 2) sorted by relevance
201 …static void StatTime(const std::string &id, double time) { GetSingleton().time_stat_[id] += time; } in StatTime()214 time_stat_.clear(); in Clear()221 std::map<std::string, TimeStat> time_stat_; // record time and count info from some activity variable
349 const auto &stat = GetSingleton().time_stat_; in Print()