This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: profiling


Vladimir writes:
 > Hello,
 > I would like to profile a pure java application (without any aot 
 > compiled classes) running on gij.
 > Is there any possibility?

Yes: you'll have to either modify the interpreter to record the
currently executing method or use -finstrument-functions to call a
user-defined routine to do the same.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]