jTracer  1.03
Stack trace visualization tool
void org.libcsdbg.jtracer.StatusBar.stopUptimeTimer ( )

Stop and reset the server uptime timer.

Note
Equivalent to stopUptimeTimer(true, true)

Definition at line 231 of file StatusBar.java.

Referenced by org.libcsdbg.jtracer.StatusBar.stopUptimeTimer().

232  {
233  stopUptimeTimer(true, true);
234  }
void stopUptimeTimer()
Stop and reset the server uptime timer.
Definition: StatusBar.java:231

+ Here is the caller graph for this function: