Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dprofile-generator.h354 static const int kMaxSimultaneousProfiles = 100; variable
Dprofile-generator.cc569 if (current_profiles_.length() >= kMaxSimultaneousProfiles) { in StartProfiling()