Getting Started
Supported Environments
- Device
- Host OS
- Windows 10 or higher versions are supported.
- Ubuntu 18.04 or higher versions are supported.
- macOS Big Sur to Sonoma versions are supported.
Preparation
- Install VS Code
- Install Tizen SDK
- Install VS Code Tizen Extension
- Install Tizen Baseline SDK
- You can install it from VS Code’s command palette(
Ctrl + Shift + P
) by selectingTizen: Wizard to set Tizen Baseline SDK path or install a new
.
- You can install it from VS Code’s command palette(
Installation
- Install Tizen Memory Profiler
- You can download the Extension package from the following links:
- Follow the VS Code extension installation guide to install the Tizen Memory Profiler extension.
Launch
- Connecting the Host PC to the Device
- Connect the Device to the Host PC through a USB cable or IP address.
- Use the command
sdb devices
to check if the connection between the Device and the Host PC is successful.
$ sdb devices List of devices attached 10000000104ab1ca device rpi4
- Launching Tizen Memory Profiler in VS Code
- Create a new Tizen application project or open an existing project directory.
- Installing Tizen Applicaiton
- Select
Tizen: Install Tizen application
from the VS Code’s command palette (Ctrl + Shift + P
) to install your written application on the device.
- Select
- Launch the application in profiling mode
- Choose
Tizen Memory Profiler: Run
from the VS Code’s command palette (Ctrl + Shift + P
) to run the application. - Before running the application, you will see the following profile start selection window.
- Choose
- You can start the application in profiling mode by selecting either the
Start with Heap Record
orStart without Heap Record
button to perform analysis.