|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.proactive.benchmarks.timit.TimIt
public class TimIt
TimIt offer a complete solution to benchmark an application. It is an API
which provide some advanced timing and event observing services. Benchmarking
your ProActive application will permit you to enhance performance of it.
Thanks to
Different kind of statistics can be done. You can setup different timers with
TimIt generate charts and results XML file, with exact timing and event
observers values.
Field Summary | |
---|---|
static java.text.DecimalFormat |
df
|
Constructor Summary | |
---|---|
TimIt()
|
Method Summary | |
---|---|
static int |
getObjectSize(java.lang.Object object)
This method return the size in byte of a given object |
static java.lang.String |
getVersion()
|
static void |
main(java.lang.String[] args)
Main method of Timit. |
static void |
message(int level,
java.lang.String msg)
Used to show logging information on stdout while running q benchmark suite |
static void |
sleep(long millis)
Cause a sleep |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.text.DecimalFormat df
Constructor Detail |
---|
public TimIt()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- arguments to run TimItpublic static void message(int level, java.lang.String msg)
level
- the importance of the message (0=high)msg
- the messagepublic static int getObjectSize(java.lang.Object object)
object
- the object you want the size
public static java.lang.String getVersion()
public static void sleep(long millis)
millis
- the time to sleep
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |