Home | History | Annotate | Download | only in ctestfw

Lines Matching defs: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);