|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectij.plugin.Timer
public class Timer
ImageJ plugin for measuring the speed of various Java operations.
| Field Summary | |
|---|---|
(package private) int |
j
|
(package private) long |
nullLoopTime
|
(package private) int |
numLoops
|
(package private) long |
startTime
|
| Constructor Summary | |
|---|---|
Timer()
|
|
| Method Summary | |
|---|---|
void |
run(java.lang.String arg)
This method is called when the plugin is loaded. |
(package private) void |
showTime(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int j
long startTime
long nullLoopTime
int numLoops
| Constructor Detail |
|---|
public Timer()
| Method Detail |
|---|
public void run(java.lang.String arg)
PlugIn
run in interface PlugInvoid showTime(java.lang.String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||