Languages

Menu
Sites
Language
Valgrind and UnitTest

Is there a way to profile Native Unit Tests projects using Valgrind? I can only manage to use Valgrind on regular Native Applications. Thanks

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
john Smith
Hi, Right Click on your project -> Profile As -> Valgrind option is there, check that.
Alexandre Roux
The "Profile as... Valgrind" option is indeed available for regular Native application. However the option is not available for Unit Test Native application created with the wizard.
john Smith
Hi, Even for me also same thing, i about to know that valgrind option not provided for unitnativetest application.