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

/external/stressapptest/src/
H A Dsat.cc1616 float thread_runtime_sec = 0.; local
1622 thread_runtime_sec = (*it)->GetRunDurationUSec()*1.0/1000000.;
1625 if (thread_runtime_sec > max_runtime_sec) {
1626 max_runtime_sec = thread_runtime_sec;

Completed in 86 milliseconds