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

Intel Inspector XE


Company: Intel Corporation

Average User Rating (3 reviews)

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


User Reviews
Share:


    Version Reviewing: xe 2015

    "dynamic memory and threading error checking tool"

    by VERMA on Jun 2, 2016 10:59 PM

    Summary:
    Memory and thread debugger.Inspector XE is an easy to use memory and threading error debugger for C, C++, C# and Fortran applications that run on Windows* and Linux.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "find and fix threading errors."

    by SUN on Nov 10, 2011 12:30 AM

    Summary:
    Easy to use, fast and effective.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    "Saves time"

    by jowen on Sep 9, 2011 8:37 PM

    Summary:
    Intel has improved their templates a lot from their 2007 release (when it was still Thread Checker). Though they’re still trying to make parallelism the only necessary means of managing scalability, they’ve managed to greatly reduce the need for virtualization. It has helped reduce the amount of time between design and production.

    Report post

    Was this review helpful? (2) (0)

    add a 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!