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

  /external/libchrome/base/trace_event/
trace_config.cc 46 const char kHeapProfilerOptions[] = "heap_profiler_options";
112 heap_profiler_options.Clear();
121 heap_profiler_options.breakdown_threshold_bytes =
122 std::min(heap_profiler_options.breakdown_threshold_bytes,
123 config.heap_profiler_options.breakdown_threshold_bytes);
447 const DictionaryValue* heap_profiler_options = nullptr; local
449 &heap_profiler_options)) {
451 if (heap_profiler_options->GetInteger(kBreakdownThresholdBytes,
454 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes =
457 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes
    [all...]
trace_config.h 86 HeapProfiler heap_profiler_options; member in struct:base::trace_event::TraceConfig::MemoryDumpConfig
trace_config_unittest.cc 47 "\"heap_profiler_options\":{"
660 tc1.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes);
693 tc.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes);
704 tc.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes);
memory_dump_manager.cc     [all...]

Completed in 106 milliseconds