Tizen Memory Profiler for Visual Studio Code
Requirements
Here are the items you need to have installed:
- Visual Studio Code 1.83.0 or newer
- Tizen Extension 2.0.0 or newer → get it here
- Tizen Studio 6.0 or newer → get it here
You can use Tizen Memory Profiler with these Tizen binaries:
- Tizen IoT 9.0 (armv7l) → get it here
- Tizen VD 9.0 (armv7l) with SDB Plugin 3.8.11 or newer
Quick Start
Notice: Remember that the application being profiled must already be built and installed on the device. This can be done using the Tizen Extension.
- Open a Tizen application project in Visual Studio Code.
- To build and install the application, Open the command palette(
Ctrl+Shift+P ) and select Tizen: Install Tizen application command.
- To run the application with Tizen memory profiler, Open command palette(
Ctrl+Shift+P ) and select Tizen Memory Profiler: Run command.
- A new window will appear with the Tizen memory profiler, guiding you through 3 steps:
- Setup - Installing necessary packages to ensure proper profiler functionality.
- Config - Here you can modify the default profiler settings (optional). Choose whether you would like to start with or without heap record.
- Launch - Launching the application in the selected profiling mode.
| |