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

/haiku/src/tests/servers/app/benchmark/
H A DHorizontalLineTest.h25 bigtime_t fTestStart; member in class:HorizontalLineTest
H A DRandomLineTest.h25 bigtime_t fTestStart; member in class:RandomLineTest
H A DVerticalLineTest.h25 bigtime_t fTestStart; member in class:VerticalLineTest
H A DHorizontalLineTest.cpp18 fTestStart(-1),
43 fTestStart = system_time();
81 bigtime_t timeLeak = system_time() - fTestStart - fTestDuration;
H A DRandomLineTest.cpp18 fTestStart(-1),
44 fTestStart = system_time();
85 bigtime_t timeLeak = system_time() - fTestStart - fTestDuration;
H A DVerticalLineTest.cpp18 fTestStart(-1),
43 fTestStart = system_time();
81 bigtime_t timeLeak = system_time() - fTestStart - fTestDuration;
H A DStringTest.cpp19 fTestStart(-1),
59 fTestStart = system_time();
106 bigtime_t timeLeak = system_time() - fTestStart - fTestDuration;
H A DStringTest.h25 bigtime_t fTestStart; member in class:StringTest

Completed in 71 milliseconds