org.jruby.runtime.profile
Class FlatProfilePrinter

java.lang.Object
  extended by org.jruby.runtime.profile.AbstractProfilePrinter
      extended by org.jruby.runtime.profile.FlatProfilePrinter

public class FlatProfilePrinter
extends AbstractProfilePrinter


Constructor Summary
FlatProfilePrinter(Invocation top)
           
 
Method Summary
 void printProfile(java.io.PrintStream out)
           
 
Methods inherited from class org.jruby.runtime.profile.AbstractProfilePrinter
getMethodName, isProfilerInvocation, isThisProfilerInvocation, methodData, methodData1, methodName, moduleHashMethod, nanoString, pad, pad, printProfile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatProfilePrinter

public FlatProfilePrinter(Invocation top)
Method Detail

printProfile

public void printProfile(java.io.PrintStream out)
Overrides:
printProfile in class AbstractProfilePrinter


Copyright © 2002-2009 JRuby Team. All Rights Reserved.