public class Main
extends java.lang.Object
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main.
|
static java.lang.String |
render(java.io.File logFile,
java.lang.String format,
boolean prune,
java.lang.String fileName)
Parses the bootchart log tarball from the log tarball or directory and
renders the chart to the output stream.
|
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - command argumentsjava.lang.Exception - if an error occurspublic static java.lang.String render(java.io.File logFile,
java.lang.String format,
boolean prune,
java.lang.String fileName)
throws java.io.IOException
logFile - log tarball or directoryformat - image format (png, svg or eps)prune - whether to prune the treefileName - file name prefixjava.io.IOException - if an I/O error is thrown