org.weborganic.berlioz.util
Class ProfileFormat
java.lang.Object
org.weborganic.berlioz.util.ProfileFormat
public final class ProfileFormat
- extends Object
A format for the profiling results.
- Since:
- Berlioz 0.9.14
- Version:
- Berlioz 0.9.14 - 22 January 2013
- Author:
- Christophe Lauret
Method Summary |
static String |
format(long nanotime)
Formats the time specified in nano seconds as milliseconds with 2 decimals. |
format
public static String format(long nanotime)
- Formats the time specified in nano seconds as milliseconds with 2 decimals.
- Parameters:
nanotime
- the time in nano seconds.
- Returns:
- the time formatted in milliseconds with 2 decimals.