Searched refs:AddScalar (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/trace_event/ |
D | memory_allocator_dump_unittest.cc | 32 root_heap->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 34 root_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump() 36 root_heap->AddScalar("attr1", "units1", 1234); in OnMemoryDump() 42 sub_heap->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 44 sub_heap->AddScalar(MemoryAllocatorDump::kNameObjectCount, in OnMemoryDump()
|
D | malloc_dump_provider.cc | 145 outer_dump->AddScalar("virtual_size", MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump() 147 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 152 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 162 other_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
|
D | trace_event_memory_overhead.cc | 145 mad->AddScalar(MemoryAllocatorDump::kNameSize, in DumpInto() 148 mad->AddScalar("resident_size", MemoryAllocatorDump::kUnitsBytes, in DumpInto() 150 mad->AddScalar(MemoryAllocatorDump::kNameObjectCount, in DumpInto()
|
D | memory_allocator_dump.h | 63 void AddScalar(const char* name, const char* units, uint64_t value);
|
D | memory_allocator_dump.cc | 59 void MemoryAllocatorDump::AddScalar(const char* name, in AddScalar() function in base::trace_event::MemoryAllocatorDump
|
/external/libmojo/base/trace_event/ |
D | java_heap_dump_provider_android.cc | 35 outer_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump() 40 inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, in OnMemoryDump()
|