Automatic profiling visual studio 2008
Posted
by phil
on Stack Overflow
See other posts from Stack Overflow
or by phil
Published on 2010-03-17T15:41:10Z
Indexed on
2010/03/21
14:11 UTC
Read the original article
Hit count: 230
Is there a way to do automatic profiling in visual studio 2008?
I know how the profiling works both from the command line and using the GUI in VS08.
What I want to accomplish: After my nightly build I want to complete some profiling (instrumental) to see if some functions (will most likely always be the same) have changed in some negative way (or positive of course).
© Stack Overflow or respective owner