public class JsonProfilePrinter extends ProfilePrinter
Constructor and Description |
---|
JsonProfilePrinter(ProfileData profileData) |
Modifier and Type | Method and Description |
---|---|
void |
printFooter(PrintStream out) |
void |
printHeader(PrintStream out) |
void |
printProfile(PrintStream out,
boolean first) |
getProfileData, getThreadName, getTopInvocation, methodData, methodName, nanoString, newPrinter, pad, pad, printProfile, printProfile
public JsonProfilePrinter(ProfileData profileData)
public void printHeader(PrintStream out)
printHeader
in class ProfilePrinter
public void printFooter(PrintStream out)
printFooter
in class ProfilePrinter
public void printProfile(PrintStream out, boolean first)
printProfile
in class ProfilePrinter
Copyright © 2001-2015 JRuby. All Rights Reserved.