Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/profiler/
Dprofile-generator.h577 static const int kMaxSimultaneousProfiles = 100; variable
Dprofile-generator.cc1071 if (static_cast<int>(current_profiles_.size()) >= kMaxSimultaneousProfiles) { in StartProfiling()