I have a good amount of Linux and programming experience (~10 years) but am
new to the valgrind tool.  Thus far I really like the information and
capabilities, impressive.

I'm profiling a multi-component embedded system on Ubuntu.  The components
are in multiple languages (c++, java, javascript tied in using lein and
cmake), thus I chose Valgrind (also using perf and YourKit to qualify the
valgrind results).  I am wondering, will Valgrind work properly if I run it
with more than 1 tool when executed?  For example:

valgrind --tool=callgrind --callgrind-out-file=calls.data --tool=massif
--massif-output-file=heap.data ./program.out

I get the feeling that since each tool is fairly taxing on the system the
answer is going to be a resounding "no" - just wanted to ask.

Thanks very much!
-- 
View this message in context: 
http://old.nabble.com/2-Q%27s%3A-Can-more-than-1-Valgrind-tool-be-run-at-once--and-has-anyone-used-iogrind-to-profile-a-multi-threaded-app--tp32872906p32872906.html
Sent from the Valgrind - Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to