Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_allocator_dump.h64 void AddScalarF(const char* name, const char* units, double value);
Dmemory_allocator_dump.cc70 void MemoryAllocatorDump::AddScalarF(const char* name, in AddScalarF() function in base::trace_event::MemoryAllocatorDump
Dmemory_allocator_dump_unittest.cc38 root_heap->AddScalarF("attr3", "units3", 42.5f); in OnMemoryDump()