@Deprecated public class RateToHistogram extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TIMESTAMP_FORMAT
Deprecated.
|
Constructor and Description |
---|
RateToHistogram()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
convert(String fileName,
PrintStream printStream)
Deprecated.
|
static void |
rebuildHistogram(Reader in,
org.HdrHistogram.Histogram histogram)
Deprecated.
|
public static final String TIMESTAMP_FORMAT
public static void convert(String fileName, PrintStream printStream) throws IOException
IOException
public static void rebuildHistogram(Reader in, org.HdrHistogram.Histogram histogram) throws IOException
IOException
This documentation was released into the public domain.