Searched refs:AddUnsigned (Results 1 – 4 of 4) sorted by relevance
/external/lldb/tools/lldb-perf/lib/ |
D | MemoryGauge.cpp | 96 dict_ap->AddUnsigned("resident", NULL, GetResidentSize()); in GetResult() 97 dict_ap->AddUnsigned("max_resident", NULL, GetMaxResidentSize()); in GetResult()
|
D | Gauge.cpp | 35 value_dict_ap->AddUnsigned("value", NULL, value); in GetResult()
|
D | Results.cpp | 180 Results::Dictionary::AddUnsigned (const char *name, const char *description, uint64_t value) in AddUnsigned() function in Results::Dictionary 187 value_dict_ap->AddUnsigned("value", NULL, value); in AddUnsigned()
|
D | Results.h | 189 AddUnsigned (const char *name, const char *description, uint64_t value);
|