org.jboss.util
Class ProfilerPoint
java.lang.Object
org.jboss.util.ProfilerPoint
- public class ProfilerPoint
- extends Object
Created by IntelliJ IDEA.
User: wburke
Date: Oct 1, 2003
Time: 3:29:04 PM
To change this template use Options | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
point
public final String point
time
public final long time
ProfilerPoint
public ProfilerPoint(String p)
start
public static void start()
getStartTime
public static long getStartTime()
push
public static void push(String point)
pop
public static void pop()
points
public static ArrayList points()
clear
public static void clear()
stack
public static String stack()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.