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

  /external/libchrome/base/trace_event/
heap_profiler_heap_dump_writer.h 68 // than |breakdown_threshold_bytes|.
71 uint32_t breakdown_threshold_bytes);
trace_config.cc 47 const char kBreakdownThresholdBytes[] = "breakdown_threshold_bytes";
90 : breakdown_threshold_bytes(kDefaultBreakdownThresholdBytes) {}
93 breakdown_threshold_bytes = kDefaultBreakdownThresholdBytes;
121 heap_profiler_options.breakdown_threshold_bytes =
122 std::min(heap_profiler_options.breakdown_threshold_bytes,
123 config.heap_profiler_options.breakdown_threshold_bytes);
454 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes =
457 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes =
553 if (memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes !=
558 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes);
    [all...]
heap_profiler_heap_dump_writer.cc 184 uint32_t breakdown_threshold_bytes)
187 breakdown_threshold_bytes_(breakdown_threshold_bytes) {
trace_config.h 64 // Default value for |breakdown_threshold_bytes|.
72 uint32_t breakdown_threshold_bytes; member in struct:base::trace_event::TraceConfig::MemoryDumpConfig::HeapProfiler
trace_config_unittest.cc 48 "\"breakdown_threshold_bytes\":10240"
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 112 milliseconds