Home
last modified time | relevance | path

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

/haiku/src/tests/servers/app/benchmark/
H A DVerticalLineTest.cpp81 bigtime_t timeLeak = system_time() - fTestStart - fTestDuration; in PrintResults() local
91 (float)timeLeak / fIterations / 1000000); in PrintResults()
H A DHorizontalLineTest.cpp81 bigtime_t timeLeak = system_time() - fTestStart - fTestDuration; in PrintResults() local
91 (float)timeLeak / fIterations / 1000000); in PrintResults()
H A DRandomLineTest.cpp85 bigtime_t timeLeak = system_time() - fTestStart - fTestDuration; in PrintResults() local
94 (float)timeLeak / fIterations / 1000000); in PrintResults()
H A DStringTest.cpp106 bigtime_t timeLeak = system_time() - fTestStart - fTestDuration; in PrintResults() local
114 (float)timeLeak / fIterations / 1000000); in PrintResults()