Searched defs:startTime (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/util/
H A DStatistics.java32 private final long startTime; field in class:Statistics
35 startTime = System.currentTimeMillis();
40 String time_str = StringUtils.getReadableTime(stopTime - startTime);
45 long stopTime = System.currentTimeMillis() - startTime;
/opengrok/src/org/opensolaris/opengrok/management/
H A DManagement.java43 private final long startTime; // Stores the time this bean is created field in class:Management
55 startTime = System.currentTimeMillis();
184 return startTime;
193 return new Date(startTime);

Completed in 650 milliseconds