Searched refs:last_id_ (Results 1 – 2 of 2) sorted by relevance
573 std::atomic<ProfilerId> CpuProfilesCollection::last_id_{0};1063 return StartProfiling(++last_id_, title, options, std::move(delegate)); in StartProfiling()
591 static std::atomic<ProfilerId> last_id_; variable