com.irisel.util
Class Performance
java.lang.Object
com.irisel.util.Performance
public class Performance
- extends java.lang.Object
Constructor Summary |
Performance(java.lang.String id)
Class to measure the duration of code sections |
Method Summary |
void |
begin()
|
void |
end()
|
static void |
log(java.lang.Long m1,
java.lang.Long m2,
java.lang.String string)
|
static void |
log(java.lang.Long m1,
java.lang.Long m2,
java.lang.String string,
java.lang.String string2)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Performance
public Performance(java.lang.String id)
- Class to measure the duration of code sections
- Parameters:
o
-
log
public static void log(java.lang.Long m1,
java.lang.Long m2,
java.lang.String string)
log
public static void log(java.lang.Long m1,
java.lang.Long m2,
java.lang.String string,
java.lang.String string2)
begin
public void begin()
end
public void end()