Home | History | Annotate | Download | only in server

Lines Matching defs:formatDuration

1064                             pw.print("; time="); TimeUtils.formatDuration(now-op.time, pw);
1068 pw.print("; rejectTime="); TimeUtils.formatDuration(now-op.rejectTime, pw);
1075 TimeUtils.formatDuration(op.duration, pw);