Package dalvik.system.profiler
Class AsciiHprofWriter
- java.lang.Object
-
- dalvik.system.profiler.AsciiHprofWriter
-
public final class AsciiHprofWriter extends Object
AsciiHprofWriter produces hprof compatible text output for use with third party tools such as PerfAnal.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwrite(HprofData data, OutputStream outputStream)Writes the provided data to the specified stream.
-
-
-
Method Detail
-
write
public static void write(HprofData data, OutputStream outputStream) throws IOException
Writes the provided data to the specified stream.- Throws:
IOException
-
-