|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmerja.Chrono
Classe permettant d'utiliser un chronomètre pour calculer le temps d'exécution d'un traitement
Constructor Summary | |
Chrono()
|
Method Summary | |
void |
start()
Démarre le chronomètre |
long |
stop()
Stoppe le chronomètre |
long |
timeElapsed()
Retourne le temps entre le dernier démarrage et arrêt du chrono |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Chrono()
Method Detail |
public void start()
public long stop()
public long timeElapsed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |