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/14 13:22:02 UTC

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

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 MaksimAnanjev:
http://wiki.apache.org/harmony/Jitrino_OPT/iprof

------------------------------------------------------------------------------
  [[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.
  
+ implementation file: [http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InternalProfiler.cpp?view=markup http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32InternalProfiler.cpp]
+