Languages

Menu
Sites
Language
Using Valgrind with options

How to use cachegrind, callgrind and helgrind for profiling using valgrind??

Edited by: Vivek Chandra Amancha on 13 Nov, 2013

Responses

4 Replies
Chintan Gandhi

Hi Vivek,

Tizen SDK supports only Memcheck and Massif. The other three Cache, Call and Hel is not supported.

Thanks.

Chintan Gandhi

Please refer :

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fide_sdk_tools%2Fvalgrind.htm

 

Vivek Chandra Amancha

Thanks you.

But the tizen documentation mentions cachegrid,calgrid and helgrid also?

Chintan Gandhi

Hi Vivek,

Valgrind is an external GPL licensed programming tool for memory leak and debugging. The document in tizen explains completely about Valgrind. But Tizen SDK surrports only Memcheck and Massif which can be used to detect memory leak and for debugging.

Thanks.