Home
last modified time | relevance | path

Searched refs:AllocationMetrics (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_heap_dump_writer.h31 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context,
80 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context);
Dheap_profiler_heap_dump_writer.cc53 std::vector<std::pair<const AllocationContext*, AllocationMetrics>>
244 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context) { in Summarize()
312 const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context, in ExportHeapDump()
Dmalloc_dump_provider.cc182 hash_map<AllocationContext, AllocationMetrics> metrics_by_context; in OnMemoryDump()
188 AllocationMetrics& metrics = metrics_by_context[alloc_size.context]; in OnMemoryDump()
Dheap_profiler_allocation_context.h104 struct AllocationMetrics { struct
Dprocess_memory_dump.h123 base::trace_event::AllocationMetrics>&
Dprocess_memory_dump.cc249 base::trace_event::AllocationMetrics>& metrics_by_context, in DumpHeapUsage()
Dprocess_memory_dump_unittest.cc93 hash_map<AllocationContext, AllocationMetrics> metrics_by_context; in TEST()