grack.com

The first version of nprof (0.0) is in preparation for release.

The currently available features are:

  • Multithreaded profilee support
  • Callee function timing
  • Basic GUI interface
  • Sort by timing info

nprof is designed to be not only a profiling application, but a fully-featured API that can be used to build other profilers, as well as extend the default API.

See the project page (no longer available!) for more information.

Read full post

The nprof 0.1 alpha release is now available! Some of the new features include:

  • Ability to profile managed/unmanged code transitions
  • Profiler now tracks runtime suspended time
  • Thread-aware GUI, filter timing info by thread
  • More accurate numbers for total time %
  • Show % time in method as well as % time in children
  • Check for profiler hook version number, ability to veto profiler hook if mismatched version

Screenshot:

Read full post