Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp54 constexpr uint32_t LOG_WEIGHT = 16; variable
413 fout << setw(LOG_WEIGHT) << "time(s)" << setw(LOG_WEIGHT) << "PssMemory(KB)"; in DumpUserMemInfo()
414 fout << setw(LOG_WEIGHT) << "realtime" << endl; in DumpUserMemInfo()
422 fout << setw(LOG_WEIGHT) << userMonitorInfo->GetCpuTime().at(i); in DumpUserMemInfo()
423 fout << setw(LOG_WEIGHT) << userMonitorInfo->GetMemory().at(i); in DumpUserMemInfo()
424 fout << setw(LOG_WEIGHT) << userMonitorInfo->GetRealTime().at(i) << endl; in DumpUserMemInfo()
490 string longWeight(LOG_WEIGHT, ' '); in DumpUserMemInfoToSmapsFile()