org.weborganic.berlioz.util
Class ProfileFormat

java.lang.Object
  extended by 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.