org.jruby.util
Class SimpleSampler

java.lang.Object
  extended by org.jruby.util.SimpleSampler

public class SimpleSampler
extends java.lang.Object

Author:
Ola Bini

Constructor Summary
SimpleSampler()
           
 
Method Summary
static void registerThreadContext(ThreadContext tc)
           
static void report()
           
static void startSampleThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSampler

public SimpleSampler()
Method Detail

registerThreadContext

public static void registerThreadContext(ThreadContext tc)

startSampleThread

public static void startSampleThread()

report

public static void report()


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