Lines Matching full:timeseconds
372 char timeSeconds[256];375 const char timeSeconds[] = "0.000";401 sprintf(timeSeconds, "%f", (stopTime-startTime)/1000.0);403 ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"error":NULL);