CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Aug 2002
    Posts
    756

    Profiling tool for MSVC

    Hi, ALL,
    Is there a profiling tool for MSVC that is free to use?

    Thank you.

    P.S.: If this does not belong to this forum, I apologize...

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: Profiling tool for MSVC

    Yes, Visual Studio comes with built-in profiling tools.
    Have a look in MSDN at Analyzing Application Performance using Profiling Tools.

    And yes of course, it is free to use as long as you already have Visual Studio.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  3. #3
    Join Date
    Aug 2002
    Posts
    756

    Re: Profiling tool for MSVC

    Hi, Ovidiu,
    Sorry for such a late reply.
    Yes, I do have MSVS. It's MS Bisual Studio 2010 Professional.
    However looking at this link I see that I need to start by clicking "Analyze" menu. Problem is I don't have such menu even if I run the IDE as Administrator.

    Any idea?

    Thank you.

  4. #4
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: Profiling tool for MSVC

    Profiling is only in the Premium and Ultimate editions. THe professional and express editions don't have profiling tools.

  5. #5
    Join Date
    Aug 2002
    Posts
    756

    Re: Profiling tool for MSVC

    Hi,
    Thank you for the reply.
    Now it means I'm back to square one with my question: is there a profiler for MSVC which is free and available to use?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured