MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / startTiming

Method startTiming

ij/src/main/java/ij/ImagePlus.java:2830–2832  ·  view source on GitHub ↗

Calls System.currentTimeMillis() to save the current time so it can be retrieved later using getStartTime() to calculate the elapsed time of an operation.

()

Source from the content-addressed store, hash-verified

2828 time so it can be retrieved later using getStartTime()
2829 to calculate the elapsed time of an operation. */
2830 public void startTiming() {
2831 startTime = System.currentTimeMillis();
2832 }
2833
2834 /** Returns the time in milliseconds when
2835 startTiming() was last called. */

Callers 13

runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
writeImageMethod · 0.80
runMethod · 0.80
runMethod · 0.80
setupMethod · 0.80
writeImageMethod · 0.80
printMethod · 0.80
PlugInFilterRunnerMethod · 0.80
setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected