Maybe there are Delphi developers that use a sampling profiler that is also supposed to work in C++ Builder?

Maybe there are Delphi developers that use a sampling profiler that is also supposed to work in C++ Builder?

Originally shared by Mike Versteeg

I'm looking for an easy to use 64 bit profiler for my windows applications. As my apps are usually timing sensitive (but repetitive) I prefer one that's least intrusive, which I understand is a sampling profiler. Any recommendations?

Comments

  1. They are not sampling profilers, but you can choose between method, block and line level profiling, and selecting only to profile particular parts of your application. Easy to use too.
    http://www.nexusdb.com, download Nexus Quality Suite trial :)

    ReplyDelete
  2. Unfortunately I really do need a sampling profiler as an overhead of just a few ms will render many functions useless. Could not find any specifications for this, but did read about profilers adding a few dozen ms.
    Already tried and discarded AQTime. Quite surprised there's so little choice. I have a profile built-in to my app, but wanted to run a 3rd party one just to make sure I did not miss anything.

    ReplyDelete
  3. Sorry, should have read in Detail :-/

    ReplyDelete

Post a Comment