libprf 0.1 released
  • MorphOS Developer
    Posts: 21 from 2004/6/12
    There was never a working profiler program for MorphOS. Since we got used to it it wasn't considered
    to be a problem. But it's nice to know which part of your program takes much CPU time and which part
    can be optimized for biggest speed gain. This is a reason for which libprf was created.

    This library allows you to get a statistics for running program. It use a small trick from gcc, so
    can only be used with applications compiled with it (Works for both 2.95.3 and 2.95.4).

    Want to know more ? Visit http://www.tbs-software.com/morgoth/projects.html
  • »31.12.05 - 12:48
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Wishmaster
    Posts: 342 from 2003/6/29
    Cool, thx.
    Pegasos PPC
  • »01.01.06 - 12:51
    Profile
  • MorphOS Developer
    Posts: 21 from 2004/6/12
    Current version is 0.3 the main changes are:

    - Avoid to break Forbid()
    - Fixed profiling for mutithread applications
  • »09.01.06 - 22:02
    Profile Visit Website