语言

Menu
Sites
Language
Using Valgrind with options

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

编辑者为: Vivek Chandra Amancha 13 11月, 2013

响应

4 回复
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.