Home | History | Annotate | Download | only in ctestfw

Lines Matching defs:timeSeconds

375         char timeSeconds[256];
378 const char timeSeconds[] = "0.000";
405 sprintf(timeSeconds, "%f", (stopTime-startTime)/1000.0);
407 ctest_xml_testcase(pathToFunction, pathToFunction, timeSeconds, (myERROR_COUNT!=ERROR_COUNT)?"error":NULL);
1297 ctest_xml_testcase(const char *classname, const char *name, const char *timeSeconds, const char *failMsg) {
1300 fprintf(XML_FILE, "\t<testcase classname=\"%s:%s\" name=\"%s:%s\" time=\"%s\"", XML_PREFIX, classname, XML_PREFIX, name, timeSeconds);