Home
last modified time | relevance | path

Searched refs:PairToStringMatrix (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_info.h103 …void PairToStringMatrix(const std::string &titleStr, std::vector<std::pair<std::string, uint64_t>>…
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp396 PairToStringMatrix(MemoryFilter::GetInstance().FILE_PAGE_TAG, filePage, result); in GetPssTotal()
397 PairToStringMatrix(MemoryFilter::GetInstance().ANON_PAGE_TAG, anonPage, result); in GetPssTotal()
402 PairToStringMatrix(MemoryFilter::GetInstance().DMA_TAG, dmaValue, result); in GetPssTotal()
405 void MemoryInfo::PairToStringMatrix(const string &titleStr, vector<pair<string, uint64_t>> &vec, St… in PairToStringMatrix() function in OHOS::HiviewDFX::MemoryInfo