Changeset 8632 in josm for trunk/test/performance/org/openstreetmap/josm/PerformanceTestUtils.java
- Timestamp:
- 2015-08-01T17:54:08+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/performance/org/openstreetmap/josm/PerformanceTestUtils.java
r8623 r8632 6 6 * @author Michael Zangl 7 7 */ 8 public class PerformanceTestUtils { 8 public final class PerformanceTestUtils { 9 9 /** 10 10 * A timer that measures the time from it's creation to the {@link #done()} call. 11 * @author Michael Zangl 11 * @author Michael Zangl 12 12 */ 13 13 public static class PerformanceTestTimer {
Note:
See TracChangeset
for help on using the changeset viewer.
