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

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
profiler.h 158 int samples_gathered; /* Number of samples gathered so far (or 0) */ member in struct:ProfilerState
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
profiler.h 160 int samples_gathered; /* Number of samples gathered so far (or 0) */ member in struct:ProfilerState
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 84 int samples_gathered; // Number of samples gathered to far (or 0) member in struct:ProfileData::State
profiledata.cc 225 state->samples_gathered = count_;
232 state->samples_gathered = 0;
profiler.cc 239 state->samples_gathered = collector_state.samples_gathered;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 84 int samples_gathered; // Number of samples gathered to far (or 0) member in struct:ProfileData::State
profiler.cc 237 state->samples_gathered = collector_state.samples_gathered;
profiledata.cc 225 state->samples_gathered = count_;
232 state->samples_gathered = 0;
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 326 EXPECT_EQ(samples, state.samples_gathered);
332 EXPECT_EQ(before.samples_gathered, after.samples_gathered);
381 EXPECT_EQ(0, state_before.samples_gathered);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 326 EXPECT_EQ(samples, state.samples_gathered);
332 EXPECT_EQ(before.samples_gathered, after.samples_gathered);
381 EXPECT_EQ(0, state_before.samples_gathered);

Completed in 646 milliseconds