Home
last modified time | relevance | path

Searched refs:breakdown_threshold_bytes (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_config.cc90 : breakdown_threshold_bytes(kDefaultBreakdownThresholdBytes) {} in HeapProfiler()
93 breakdown_threshold_bytes = kDefaultBreakdownThresholdBytes; in Clear()
121 heap_profiler_options.breakdown_threshold_bytes = in Merge()
122 std::min(heap_profiler_options.breakdown_threshold_bytes, in Merge()
123 config.heap_profiler_options.breakdown_threshold_bytes); in Merge()
454 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes = in SetMemoryDumpConfigFromConfigDict()
457 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes = in SetMemoryDumpConfigFromConfigDict()
553 if (memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes != in ToDict()
558 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes); in ToDict()
Dheap_profiler_heap_dump_writer.h71 uint32_t breakdown_threshold_bytes);
Dheap_profiler_heap_dump_writer.cc184 uint32_t breakdown_threshold_bytes) in HeapDumpWriter() argument
187 breakdown_threshold_bytes_(breakdown_threshold_bytes) { in HeapDumpWriter()
Dtrace_config.h72 uint32_t breakdown_threshold_bytes; member
Dtrace_config_unittest.cc660 tc1.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()
693 tc.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()
704 tc.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()
Dmemory_dump_manager.cc856 memory_dump_config.heap_profiler_options.breakdown_threshold_bytes); in OnTraceLogEnabled()