public class Benchmarkextends Object
implements PlugIn
Implements the Plugins/Utilities/Run Benchmark command.
Suppresses subordinate status bar messages by using
IJ.showStatus("!"+"rest of messager") and displays
subordinate progress bars as dots by using
IJ.showProgress(-currentIndex,finalIndex).