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

Method showProgress

ij/src/main/java/ij/plugin/Benchmark.java:124–129  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

122 }
123
124 void showProgress(String msg) {
125 counter++;
126 msg = msg.length()>1?" ("+msg+")":"";
127 IJ.showStatus("!"+counter + "/"+ops+msg);
128 IJ.showProgress(-counter, ops);
129 }
130
131 void error(String msg) {
132 IJ.log("Benchmark: "+msg+" error");

Callers 2

runMethod · 0.95
analyzeParticlesMethod · 0.95

Calls 3

showStatusMethod · 0.95
showProgressMethod · 0.95
lengthMethod · 0.65

Tested by

no test coverage detected