Home
last modified time | relevance | path

Searched refs:runStart (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testcommon/source/org/openoffice/test/common/
H A DXMLReporter.java67 private long runStart = 0; field in XMLReporter
143 runStart = System.currentTimeMillis(); in testRunStarted()
197 String aRunStartStr = dateFormat.format( new Date( runStart)); in store()
200 double fDuration = (nRunEnd - runStart) / 1000.0; in store()