Class BenchmarkUtils


  • public final class BenchmarkUtils
    extends Object
    Utility class for performance profiling; mainly for measuring execution times. All long temporal values are assumed to be nanoseconds if not otherwise specified. Similarly, all long memory values are assumed to be in bytes if not otherwise specified.
    Since:
    1.6
    Author:
    Sina Madani