Profiling in VS 2008

  • Thread starter Thread starter CSharper
  • Start date Start date
C

CSharper

How can I run profiler in VS 2008 professional edition? based on what
I read this available only in Team System and there is a command line
version available. Is that true?
Thanks.
 
Yes and yes.
http://blogs.msdn.com/profiler/archive/2004/07/29/201202.aspx

The standalone profiler can be used to gather data - however, I
suspect you need Team System to do anything useful with the data (or
indeed, to get the exes).
http://msdn.microsoft.com/en-us/vs2005/aa718605.aspx

If you don't currently have Team System, I believe that JetBrains also
have a highly rated profiler - dotTrace. Personally I've always
managed to get by with the VSTS profiler, largely because I have it
already via my MSDN subscription, where-as dotTrace would involve me
paying...

Marc
 
Beyond what Marc has posted, there are quite a few profilers out there. I
have used DotTrace and it is a nice profiler. If you want a more complete
list of things to try:
http://sharptoolbox.com/categories/profilers-debuggers

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
 
Yes and yes.http://blogs.msdn.com/profiler/archive/2004/07/29/201202.aspx

The standalone profiler can be used to gather data - however, I
suspect you need Team System to do anything useful with the data (or
indeed, to get the exes).http://msdn.microsoft.com/en-us/vs2005/aa718605.aspx

If you don't currently have Team System, I believe that JetBrains also
have a highly rated profiler - dotTrace. Personally I've always
managed to get by with the VSTS profiler, largely because I have it
already via my MSDN subscription, where-as dotTrace would involve me
paying...

Marc

Thanks Marc, the first blog helped. I am downloading team system now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top