On 2016-07-13 13:50, Cole, Richard W (HEALTH) wrote:
> Is there any way to view what processes are running w/in Fiji? I am
> trying to determine if one of the plug-ins is hanging up or just
> taking a really long time.
Hi Rich,
you can use Plugins>Utilities>Threads
Ignore the first Thread group (system threads) and everything with AWT
as well as the DestroyJavaVM thread.
You may see also several ImageJ threads for user input, such as
zSelector and ThresholdAdjuster, and you will see a plugin named
"Threads", which lists the threads.
For processes that run in parallel threads on multiprocessor machines
(e.g. most of the ImageJ built-in filters in Process>Filters), there
will be several threads.
Michael
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html