Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/
H A Dprofiler_fps.cpp189 double timeN = (currTimeLast - currTimeStart) * 1.0 / conversionTime; in PrintSections() local
190 if (timeN == 0) { in PrintSections()
194 double fpsSections = (fpsNums * conversionFps) / timeN; in PrintSections()

Completed in 2 milliseconds