Re: [equinox-dev] How can I get the exact time of each class that JVM spent on loading them?

2008-05-07 Thread Yu Bady
. If this is occurring you should see an exception in your log similar to the in bug 209920. Tom [image: Inactive hide details for Yu Bady ---05/04/2008 10:00:31 AM---We have an Eclipse-based application running on MAC OS X. Durin]Yu Bady ---05/04/2008 10:00:31 AM---We have an Eclipse-based application running

[equinox-dev] How can I get the exact time of each class that JVM spent on loading them?

2008-05-04 Thread Yu Bady
We have an Eclipse-based application running on MAC OS X. During the startup process, we found that the creation of one object took 5 seconds. After print the time-stamp at the entrance of the class's constructor, we knew that most of the time were spent before the invoke of the constructor. So