Home | History | Annotate | only in /external/perfetto/src/profiling/memory
Up to higher level directory
NameDateSize
bookkeeping.cc22-Oct-202011K
bookkeeping.h22-Oct-202015.8K
bookkeeping_unittest.cc22-Oct-20205.8K
BUILD.gn22-Oct-20205.1K
client.cc22-Oct-202012K
client.h22-Oct-20204.5K
client_unittest.cc22-Oct-20201.7K
heapprofd_end_to_end_test.cc22-Oct-202035.7K
heapprofd_producer.cc22-Oct-202030.5K
heapprofd_producer.h22-Oct-20209.5K
heapprofd_producer_unittest.cc22-Oct-20202.9K
interner.h22-Oct-20203.7K
interner_unittest.cc22-Oct-20204.1K
main.cc22-Oct-20205.7K
malloc_hooks.cc22-Oct-202022.1K
proc_utils.cc22-Oct-20205.3K
proc_utils.h22-Oct-20201.7K
proc_utils_unittest.cc22-Oct-20202.1K
README.md22-Oct-2020250
sampler.h22-Oct-20203K
sampler_unittest.cc22-Oct-20201.2K
scoped_spinlock.cc22-Oct-20201.5K
scoped_spinlock.h22-Oct-20202.1K
shared_ring_buffer.cc22-Oct-20209.6K
shared_ring_buffer.h22-Oct-20205.8K
shared_ring_buffer_fuzzer.cc22-Oct-20203.1K
shared_ring_buffer_fuzzer_corpus/22-Oct-2020
shared_ring_buffer_unittest.cc22-Oct-20208.6K
shared_ring_buffer_write_fuzzer.cc22-Oct-20203.2K
system_property.cc22-Oct-20205.2K
system_property.h22-Oct-20202.8K
system_property_unittest.cc22-Oct-20205.2K
unhooked_allocator.h22-Oct-20202.7K
unwinding.cc22-Oct-202014.7K
unwinding.h22-Oct-20206.3K
unwinding_fuzzer.cc22-Oct-20202K
unwinding_unittest.cc22-Oct-20204.8K
unwound_messages.h22-Oct-20201.6K
wire_protocol.cc22-Oct-20204.3K
wire_protocol.h22-Oct-20204.3K
wire_protocol_unittest.cc22-Oct-20204.9K

README.md

      1 # heapprofd - Android Heap Profiler
      2 
      3 heapprofd allows you to attribute memory usage to functions for Android services
      4 and apps.
      5 
      6 For documentation, see https://docs.perfetto.dev/#/heapprofd.
      7 
      8 Googlers, for design doc see: http://go/heapprofd-design.
      9