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

  /external/v8/src/profiler/
sampler.h 38 frames_count(0),
57 unsigned frames_count : kMaxFramesCountLog2; // Number of captured frames. member in struct:v8::internal::TickSample
  /external/v8/test/cctest/
test-sampler-api.cc 146 size_t frames_count = info.frames_count; local
147 CHECK_LE(frames_count, static_cast<size_t>(sample_.size()));
148 sample_.data().Truncate(static_cast<int>(frames_count));
  /external/v8/include/
v8.h 1652 size_t frames_count; member in struct:v8::SampleInfo
    [all...]

Completed in 157 milliseconds