Mobile native Wearable native

Valgrind

Valgrind is a memory profiling tool, which can detect memory errors or memory leaks in an application. The Valgrind tool consists of a core module and various debugging and profiling tools. For more information, see the Valgrind User Manual. The Tizen SDK supports the following tools:

  • Memcheck

    Default tool that detects memory errors, memory leaks, incorrect freeing of memory, and usage of undefined or uninitialized values.

  • Massif

    Heap memory profiler.

Tizen IDE provides the interface for running Valgrind with your application easily. After performance profiling is terminated, you can see the profiling result and use it for improving performance.

Note
You can only use Valgrind with the Emulator.
Go to top