Profiler

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lars Ribe

    Profiler

    Dear C++ people,
    I was just wondering if anyone can recommend a profiler for Microsoft
    Windows (for a project written in Borland Developer Studio 2006 if
    that is of interest)?
    Also, I have a lot of getters/setters and loops which I clearly
    expects to be inlined and optimized when turning on optimization. Is
    it possible to profile on optimized code or has the code been
    "scrambled" so much that it is no longer possible to detect what is
    what? If it is not possible, how can one determine what is the
    bottleneck in optimized code (which clearly is the answer we are
    looking for...)?

    Thanks,
    Lars
Working...