Searched refs:timeLog (Results 1 – 1 of 1) sorted by relevance
417 if (params.timeLog == null) { in execute()418 params.timeLog = new StringBuffer(); in execute()420 params.stack.appendPath(params.timeLog); in execute()421 params.timeLog.append(" (" + deltaSec + "s" + ")\n"); in execute()575 if (localParams.timeLog != null && localParams.timeLog.length() > 0) { in run()578 localParams.log.println(localParams.timeLog.toString()); in run()1194 private StringBuffer timeLog; field in TestFmwk.TestParams