HomeSort by relevance Sort by last modified time
    Searched defs:kUnitsBytes (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/trace_event/
memory_allocator_dump.cc 22 const char MemoryAllocatorDump::kUnitsBytes[] = "bytes";
memory_allocator_dump.h 49 static const char kUnitsBytes[]; // Unit name to represent bytes.
58 // AddScalar(kNameSize, kUnitsBytes, 1234);
94 // The size is the value set with AddScalar(kNameSize, kUnitsBytes, size);

Completed in 398 milliseconds