PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.lang.cplus > Profiler
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Profiler

Réponse
 
LinkBack Outils de la discussion
Vieux 21/02/2008, 16h27   #1
Lars Ribe
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 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
  Réponse avec citation
Vieux 21/02/2008, 19h16   #2
Victor Bazarov
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Profiler

Lars Ribe wrote:
> 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...)?


I've used a few serious profilers in my recent past: the built-in
Performance Analyzer in MS Visual Studio, GlowCode, Intel VTune,
AutomatedQA's AQtime. The latter two are good. Neither is cheap.
I've no idea what GlowCode costs, and I've had my share of problems
with it, but for a quick estimate it was OK. The built-in one is
on par with GlowCode, but since you're using Borland, it probably
isn't an option for you.

Good profilers instrument the code even if the code has been
optimized. Usually there are numerous options with which you can
control the instrumentation process, but those vary with products.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


  Réponse avec citation
Vieux 21/02/2008, 19h18   #3
Eric Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Profiler

Hi Lars,

On Feb 21, 8:27am, Lars Ribe <larsr...@gmail.com> wrote:
> 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)?


I can recommend Intel VTune as a performance analysis tool. Go to
Intel's website find more info on how to get a copy.

> 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...)?
>


When you want to profile your code, you generally want to create a
special "profiling" build. A profiling build is like a "release"
build (fully optimized), but it contains debugging symbols (like a
"debug" build would).
This way, the profiler is able to find function names, but is still
using optimized code. Note that the profiler may have a hard time
correlating an exact line of source code with the optimized machine
code. They often will provide a disassembly viewer for this reason.
You should consult the documentation for whatever profiling tool
you decide to use for more detailed information about the process of
profiling and optimizing your code.

Good luck!
-Eric


  Réponse avec citation
Vieux 21/02/2008, 21h04   #4
Lars Ribe
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Profiler

On Feb 21, 8:18 pm, Eric Johnson <eric.eerri...@gmail.com> wrote:
> Hi Lars,
>
> On Feb 21, 8:27 am, Lars Ribe <larsr...@gmail.com> wrote:
>
> > 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)?

>
> I can recommend Intel VTune as a performance analysis tool. Go to
> Intel's website find more info on how to get a copy.
>
> > 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...)?

>
> When you want to profile your code, you generally want to create a
> special "profiling" build. A profiling build is like a "release"
> build (fully optimized), but it contains debugging symbols (like a
> "debug" build would).
> This way, the profiler is able to find function names, but is still
> using optimized code. Note that the profiler may have a hard time
> correlating an exact line of source code with the optimized machine
> code. They often will provide a disassembly viewer for this reason.
> You should consult the documentation for whatever profiling tool
> you decide to use for more detailed information about the process of
> profiling and optimizing your code.
>
> Good luck!
> -Eric


Thank you to both of you!

Lars
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 03h05.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13809 seconds with 12 queries