Searched refs:samples_gathered (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dprofiler.h158 int samples_gathered; /* Number of samples gathered so far (or 0) */ member in struct:ProfilerState
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dprofiler.h160 int samples_gathered; /* Number of samples gathered so far (or 0) */ member in struct:ProfilerState
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.h84 int samples_gathered; // Number of samples gathered to far (or 0) member in struct:ProfileData::State
H A Dprofiler.cc239 state->samples_gathered = collector_state.samples_gathered;
H A Dprofiledata.cc225 state->samples_gathered = count_;
232 state->samples_gathered = 0;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.h84 int samples_gathered; // Number of samples gathered to far (or 0) member in struct:ProfileData::State
H A Dprofiler.cc237 state->samples_gathered = collector_state.samples_gathered;
H A Dprofiledata.cc225 state->samples_gathered = count_;
232 state->samples_gathered = 0;
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc326 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/
H A Dprofiledata_unittest.cc326 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 1567 milliseconds