Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping.h116 CallstackMaxAllocations retain_max; member
287 alloc.callstack_allocations()->value.retain_max.cur += alloc.sample_size; in AddToCallstackAllocations()
288 alloc.callstack_allocations()->value.retain_max.cur_count++; in AddToCallstackAllocations()
296 alloc.callstack_allocations()->value.retain_max.max = in AddToCallstackAllocations()
297 alloc.callstack_allocations()->value.retain_max.cur; in AddToCallstackAllocations()
298 alloc.callstack_allocations()->value.retain_max.max_count = in AddToCallstackAllocations()
299 alloc.callstack_allocations()->value.retain_max.cur_count; in AddToCallstackAllocations()
306 csa.value.retain_max.max = csa.value.retain_max.cur; in AddToCallstackAllocations()
307 csa.value.retain_max.max_count = csa.value.retain_max.cur_count; in AddToCallstackAllocations()
323 alloc.callstack_allocations()->value.retain_max.cur -= alloc.sample_size; in SubtractFromCallstackAllocations()
[all …]
Dbookkeeping_dump.cc60 sample->set_self_max(alloc.value.retain_max.max); in WriteAllocation()
61 sample->set_self_max_count(alloc.value.retain_max.max_count); in WriteAllocation()
Dbookkeeping.cc172 return alloc.value.retain_max.max; in GetMaxForTesting()
190 return alloc.value.retain_max.max_count; in GetMaxCountForTesting()