NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1963 (new enhancement)

Opened 2013-07-19T17:33:18-05:00

Perform detailed performance analysis of the startup

Reported by: dscho Owned by: dscho
Priority: major Milestone: imagej2-unscheduled
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Before optimizing the startup speed further, we should get a clear idea what costs the most time.

Add timing to the debug-level logging of starting the services, for one.

There was the idea that perhaps the wrapping of all the commands into PluginInfo instances might be worthwhile to do lazily, too...