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

Method showTime

ij/src/main/java/ij/IJ.java:1036–1038  ·  view source on GitHub ↗
(ImagePlus imp, long start, String str)

Source from the content-addressed store, hash-verified

1034 }
1035
1036 public static void showTime(ImagePlus imp, long start, String str) {
1037 showTime(imp, start, str, 1);
1038 }
1039
1040 public static void showTime(ImagePlus imp, long start, String str, int nslices) {
1041 if (Interpreter.isBatchMode())

Callers 9

runMethod · 0.95
convexHullMethod · 0.95
fitRectangleMethod · 0.95
convertMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
PlugInFilterRunnerMethod · 0.95

Calls 6

isBatchModeMethod · 0.95
macroRunningMethod · 0.95
d2sMethod · 0.95
showStatusMethod · 0.95
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected