Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dsampling-heap-profiler.h170 uint64_t next_sample_id() { return ++last_sample_id_; } in next_sample_id()
188 uint64_t last_sample_id_ = 0; variable