top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the use of IBM's Quantify tool and how does it work ?

+2 votes
217 views
What is the use of IBM's Quantify tool and how does it work ?
posted Dec 12, 2014 by Ganesh Kumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

IBM rational software package provides multiple tools to met various requirements like memory leak detection, code coverage, profiling etc. For the memory leak detection purify is used, for code coverage purecov is used and for profiling purposes quantify tool is used. Please follow the steps listed down:
1. $quantify gcc <file.c>
2. $./a.out
3. $quantify -view a.out.*.qv
By using command mentioned in step no.3, a graphical view is prompted at the top of screen.

answer Dec 12, 2014 by Vikram Singh
Similar Questions
+1 vote

Tool, which is having good performance, high Scalability and should revirew document as well

+3 votes

There are two well known tools that I know are valgrind and purify. which one would be good choice ?

+1 vote

There is a use case in which two machines are located in same network or different network but both are reachable to each other.
Can remotely captured packets in one machine be seen in wireshark running in another machine on real time basis ?

+2 votes

I heard about klocwork and Mccabe tool which reports cyclomatic complexity. There may be other tools as well.
Can someone please share his/her experience with these two tools and also if any other tool is better than these two ?

...