-
public class Profiler
extends Object
Allows to time execution of 'named' statements, counts number of times called and total
execution time.
- Author:
- Bela Ban
-
-
Nested Class Summary
Nested Classes
Modifier and Type |
Class and Description |
static class |
Profiler.Entry |
-
Constructor Summary
Constructors
Constructor and Description |
Profiler() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Profiler
public Profiler()
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.