public class DTraceParser
extends java.lang.Object
Constructor and Description |
---|
DTraceParser() |
public static BootStats parseLog(java.io.InputStream is, java.lang.String monitoredApp, boolean prune) throws java.io.IOException
dtrace
log file.is
- the input stream to parseprune
- whether to prune the treemonitoredApp
- monitored application (or null
if
the boot process is profiled)java.io.IOException
- if an I/O error occurs