• Home
Name Date Size #Lines LOC

..--

shared_ring_buffer_fuzzer_corpus/03-May-2024-

BUILD.gnD03-May-20245.1 KiB245229

README.mdD03-May-2024250 95

bookkeeping.ccD03-May-202411 KiB317230

bookkeeping.hD03-May-202415.8 KiB436251

bookkeeping_unittest.ccD03-May-20245.8 KiB193149

client.ccD03-May-202412 KiB383288

client.hD03-May-20244.5 KiB13257

client_unittest.ccD03-May-20241.7 KiB5627

heapprofd_end_to_end_test.ccD03-May-202435.7 KiB1,080854

heapprofd_producer.ccD03-May-202430.5 KiB887711

heapprofd_producer.hD03-May-20249.5 KiB276155

heapprofd_producer_unittest.ccD03-May-20242.9 KiB8454

interner.hD03-May-20243.7 KiB14297

interner_unittest.ccD03-May-20244.1 KiB135106

main.ccD03-May-20245.7 KiB169123

malloc_hooks.ccD03-May-202422.1 KiB629419

proc_utils.ccD03-May-20245.3 KiB176130

proc_utils.hD03-May-20241.7 KiB5934

proc_utils_unittest.ccD03-May-20242.1 KiB7852

sampler.hD03-May-20243 KiB9144

sampler_unittest.ccD03-May-20241.2 KiB4723

scoped_spinlock.ccD03-May-20241.5 KiB5126

scoped_spinlock.hD03-May-20242.1 KiB8552

shared_ring_buffer.ccD03-May-20249.6 KiB319243

shared_ring_buffer.hD03-May-20245.8 KiB195114

shared_ring_buffer_fuzzer.ccD03-May-20243.1 KiB10162

shared_ring_buffer_unittest.ccD03-May-20248.6 KiB281225

shared_ring_buffer_write_fuzzer.ccD03-May-20243.2 KiB10667

system_property.ccD03-May-20245.2 KiB173128

system_property.hD03-May-20242.8 KiB9042

system_property_unittest.ccD03-May-20245.2 KiB160128

unhooked_allocator.hD03-May-20242.7 KiB8848

unwinding.ccD03-May-202414.7 KiB419314

unwinding.hD03-May-20246.3 KiB207146

unwinding_fuzzer.ccD03-May-20242 KiB6135

unwinding_unittest.ccD03-May-20244.8 KiB149110

unwound_messages.hD03-May-20241.6 KiB6132

wire_protocol.ccD03-May-20244.3 KiB147113

wire_protocol.hD03-May-20244.3 KiB15081

wire_protocol_unittest.ccD03-May-20244.9 KiB142106

README.md

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