Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

VSTS Profiler


Company: Microsoft

Average User Rating (3 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    Version Reviewing: 2010

    "Multiple monitors allowing you to have a monitor to work with code,"

    by Sigurjon on May 4, 2012 6:09 AM

    Summary:
    I’m very impressed with the overall combination of technologies and tools and the overall improvements to Visual Studio

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    Version Reviewing: 2010

    "Good use of performance analyst time"

    by Srinivas on Nov 1, 2011 10:42 AM

    Summary:
    I really like this feature inside Visual Studio 2010. Works pretty cool for C#. I would like to see something similar for tracing into SQL.

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


    Version Reviewing: VS 2010

    "Works for live tracing but will hurt performance"

    by Todd on Sep 1, 2011 12:37 PM

    Summary:
    Visual Studio Team System Profiler is available integrated into the VSTS suite and Development version of Visual Studio. I like how it can measure concurrency contention for resources. As with most things you measure, it will hurt performance, but you can take a snapshot and put it on a hard drive for off-line analysis.

    Report post

    Was this review helpful? (0) (0)

    Must be logged in to comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!