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

  /external/v8/include/
v8-profiler.h 89 int GetSamplesCount() const;
  /external/v8/test/cctest/
test-cpu-profiler.cc 672 CHECK_LE(200, profile->GetSamplesCount());
676 for (int i = 0; i < profile->GetSamplesCount(); i++) {
    [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 83 milliseconds