Searched refs:heap_trace (Results 1 – 2 of 2) sorted by relevance
237 void AddHeapTrace(const HeapSimulatorTrace& heap_trace) { in AddHeapTrace() argument238 heap_traces_.push_back(heap_trace); in AddHeapTrace()
727 for (const HeapSimulatorTrace& heap_trace : allocation.HeapTraces()) { in ToProto() local728 *proto.add_heap_simulator_traces() = heap_trace; in ToProto()1245 const BufferAllocation& allocation, const HeapSimulatorTrace& heap_trace) { in ComputePeakMemoryLogicalBuffers() argument1279 for (const auto& event : heap_trace.events()) { in ComputePeakMemoryLogicalBuffers()1290 for (const auto& event : heap_trace.events()) { in ComputePeakMemoryLogicalBuffers()