Searched refs:collector_state (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiler.cc231 ProfileData::State collector_state; local
234 collector_.GetCurrentState(&collector_state);
237 state->enabled = collector_state.enabled;
238 state->start_time = static_cast<time_t>(collector_state.start_time);
239 state->samples_gathered = collector_state.samples_gathered;
241 strncpy(state->profile_name, collector_state.profile_name, buf_size);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc229 ProfileData::State collector_state; local
232 collector_.GetCurrentState(&collector_state);
235 state->enabled = collector_state.enabled;
236 state->start_time = static_cast<time_t>(collector_state.start_time);
237 state->samples_gathered = collector_state.samples_gathered;
239 strncpy(state->profile_name, collector_state.profile_name, buf_size);

Completed in 252 milliseconds