Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dprofile-generator.cc573 std::atomic<ProfilerId> CpuProfilesCollection::last_id_{0};
1063 return StartProfiling(++last_id_, title, options, std::move(delegate)); in StartProfiling()
Dprofile-generator.h591 static std::atomic<ProfilerId> last_id_; variable