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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 163 ProfileHandlerState prof_handler_state; local
164 ProfileHandlerGetState(&prof_handler_state);
167 collector_options.set_frequency(prof_handler_state.frequency);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 165 ProfileHandlerState prof_handler_state; local
166 ProfileHandlerGetState(&prof_handler_state);
169 collector_options.set_frequency(prof_handler_state.frequency);

Completed in 67 milliseconds