Searched refs:peak_stats (Results 1 – 3 of 3) sorted by relevance
66 MemoryAggregationStats* peak_stats = summary->mutable_peak_stats(); in UpdateProfileSummary() local70 peak_stats->peak_bytes_in_use()) { in UpdateProfileSummary()71 *peak_stats = stats; in UpdateProfileSummary()72 peak_stats->set_peak_bytes_in_use(stats.stack_reserved_bytes() + in UpdateProfileSummary()291 memory_profile->profile_summary().peak_stats().stack_reserved_bytes(); in InsertSpecialAllocations()325 memory_profile->profile_summary().peak_stats().heap_allocated_bytes(); in ProcessActiveAllocations()508 .peak_stats() in ProcessMemoryProfileProto()
101 .peak_stats() in TEST()
80 MemoryAggregationStats peak_stats = 2; field