You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by Apache Wiki <wi...@apache.org> on 2008/05/12 10:54:59 UTC

[Harmony Wiki] Update of "Jitrino OPT/iprof" by Mikhail Fursov

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification.

The following page has been changed by Mikhail Fursov:
http://wiki.apache.org/harmony/Jitrino_OPT/iprof

New page:
''' 'iprof' ''' - instruments LIR code with counters to collect various profile information during runtime.
[[BR]][[BR]]
The internal profiler can instrument code so that per-method counters of executed (not just compiled) instructions can be dumped. Operation of iprof is configured in the iprof.cfg file, as described in [http://harmony.apache.org/subcomponents/drlvm/internal_profiler.html this] document.