|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectifs.util.JProf
public class JProf
CPU time measurement. JAVA profiling extension is used.
Java needs to be executed with -Xrunjprof. When the java is executed outside
this profiler, System.currentTimeMillis() is used.
| Constructor Summary | |
|---|---|
JProf()
|
|
| Method Summary | |
|---|---|
static double |
currentTimeSec()
Current CPU time of this thread in seconds |
static long |
getCurrentThreadCpuTime()
Current CPU time of this thread (will fail when jprof is not loaded). |
static boolean |
isPrecise()
Measurement is based on profiler extension (precise CPU time is returned). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JProf()
| Method Detail |
|---|
public static double currentTimeSec()
public static boolean isPrecise()
System.currentTimeMillis() is used in currentTimeSec().
public static long getCurrentThreadCpuTime()
currentTimeSec().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||