Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_config.cc93 : breakdown_threshold_bytes(kDefaultBreakdownThresholdBytes) {} in HeapProfiler()
96 breakdown_threshold_bytes = kDefaultBreakdownThresholdBytes; in Clear()
542 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes = in SetMemoryDumpConfigFromConfigDict()
545 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes = in SetMemoryDumpConfigFromConfigDict()
611 if (memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes != in ToDict()
616 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes); in ToDict()
Dheap_profiler_heap_dump_writer.cc184 uint32_t breakdown_threshold_bytes) in HeapDumpWriter() argument
187 breakdown_threshold_bytes_(breakdown_threshold_bytes) { in HeapDumpWriter()
318 .breakdown_threshold_bytes); in ExportHeapDump()
Dheap_profiler_heap_dump_writer.h71 uint32_t breakdown_threshold_bytes);
Dtrace_config.h68 uint32_t breakdown_threshold_bytes; member
Dtrace_config_unittest.cc647 tc1.memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes); in TEST()
670 .breakdown_threshold_bytes); in TEST()
681 .breakdown_threshold_bytes); in TEST()