Searched refs:LOG_WEIGHT (Results 1 – 1 of 1) sorted by relevance
54 constexpr uint32_t LOG_WEIGHT = 16; variable413 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()