Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.h425 static const int kMaxSimultaneousProfiles = 100; variable
Dprofile-generator.cc610 if (static_cast<int>(current_profiles_.size()) >= kMaxSimultaneousProfiles) { in StartProfiling()