HomeSort by relevance Sort by last modified time
    Searched refs:GetProfilesCount (Results 1 - 4 of 4) sorted by null

  /external/v8/test/cctest/
test-cpu-profiler.cc 309 CHECK_EQ(0, profiler->GetProfilesCount());
311 CHECK_EQ(0, profiler->GetProfilesCount());
315 CHECK_EQ(1, profiler->GetProfilesCount());
317 CHECK_EQ(0, profiler->GetProfilesCount());
322 CHECK_EQ(2, profiler->GetProfilesCount());
324 CHECK_EQ(0, profiler->GetProfilesCount());
329 CHECK_EQ(0, profiler->GetProfilesCount());
331 CHECK_EQ(0, profiler->GetProfilesCount());
340 int length = profiler->GetProfilesCount();
355 CHECK_EQ(0, iprofiler->GetProfilesCount());
    [all...]
test-profile-generator.cc 561 CHECK_EQ(0, profiler->GetProfilesCount());
568 CHECK_EQ(1, profiler->GetProfilesCount());
637 CHECK_EQ(0, iprofiler->GetProfilesCount());
647 CHECK_EQ(1, iprofiler->GetProfilesCount());
739 CHECK_EQ(0, iprofiler->GetProfilesCount());
755 CHECK_EQ(1, iprofiler->GetProfilesCount());
  /external/v8/src/
cpu-profiler.h 208 int GetProfilesCount();
cpu-profiler.cc 146 int CpuProfiler::GetProfilesCount() {

Completed in 182 milliseconds