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

Method getStartTime

ij/src/main/java/ij/ImagePlus.java:2836–2838  ·  view source on GitHub ↗

Returns the time in milliseconds when startTiming() was last called.

()

Source from the content-addressed store, hash-verified

2834 /** Returns the time in milliseconds when
2835 startTiming() was last called. */
2836 public long getStartTime() {
2837 return startTime;
2838 }
2839
2840 /** Returns this image's calibration. */
2841 public Calibration getCalibration() {

Callers 5

runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
PlugInFilterRunnerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected