Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_config.cc85 : breakdown_threshold_bytes(kDefaultBreakdownThresholdBytes) {} in HeapProfiler()
88 breakdown_threshold_bytes = kDefaultBreakdownThresholdBytes; in Clear()
116 heap_profiler_options.breakdown_threshold_bytes = in Merge()
117 std::min(heap_profiler_options.breakdown_threshold_bytes, in Merge()
118 config.heap_profiler_options.breakdown_threshold_bytes); in Merge()
492 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes = in SetMemoryDumpConfigFromConfigDict()
495 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes = in SetMemoryDumpConfigFromConfigDict()
579 if (memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes != in ToDict()
584 memory_dump_config_.heap_profiler_options.breakdown_threshold_bytes); in ToDict()
Dtrace_config_unittest.cc625 tc1.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()
648 tc.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()
659 tc.memory_dump_config().heap_profiler_options.breakdown_threshold_bytes); in TEST()
Dtrace_config.h74 uint32_t breakdown_threshold_bytes; member