Home
last modified time | relevance | path

Searched refs:processTime (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp293 const UInt64 processTime = newStat.kernelTime + newStat.userTime; in PrintStat() local
296 PrintTime("S", processTime, totalTime); in PrintStat()
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp623 const UInt64 processTime = kernelTime + userTime; in PrintStat()
640 UInt64 us = processTime / 10; in PrintStat()
648 PrintTime("Process", processTime, totalTime); in PrintStat()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp1820 double processTime = processInfo.process->getElapsedTimeSeconds(); in run() local
1822 static_cast<int>(mCurrentProcesses.size()), static_cast<int>(processTime)); in run()

Completed in 5 milliseconds