Tagged articles

DevEco Profiler

4 articles · Page 1 of 1
HarmonyOS Developer Technology
HarmonyOS Developer Technology
Aug 25, 2026 · Frontend Development

ArkWeb Performance Deep Dive: Load, Interaction & Frame Rate Optimization

This guide details ArkWeb performance optimization across four dimensions—page load, load completion delay, click response, and frame rate—using DevEco Profiler and DevTools to trace bottlenecks and apply techniques like pre-rendering, Code Cache, async JSBridge, and same-layer rendering for smooth HarmonyOS web experiences.

ArkWebCode CacheDevEco Profiler
0 likes · 12 min read
ArkWeb Performance Deep Dive: Load, Interaction & Frame Rate Optimization
HarmonyOS Developer Technology
HarmonyOS Developer Technology
Aug 19, 2026 · Mobile Development

HarmonyOS 6 Diagnostic Tools Deep Dive: Pinpoint App Stability Issues from Memory Leaks to Freezes

This article details six HarmonyOS diagnostic tools—GWPAsan for buffer overflows, AppFreeze enhanced logs for main-thread stalls, JSLeakWatcher for ArkTS memory leaks, AppFreeze-Analysis for AI-driven freeze diagnosis, APMS for proactive alerting, and DevEco Profiler for native memory leaks—explaining each tool's mechanism, core value, and target scenarios to help developers quickly resolve stability issues.

AppFreezeDevEco ProfilerGWPAsan
0 likes · 10 min read
HarmonyOS 6 Diagnostic Tools Deep Dive: Pinpoint App Stability Issues from Memory Leaks to Freezes
HarmonyOS Developer Technology
HarmonyOS Developer Technology
Jul 24, 2026 · Mobile Development

Locating Native Memory Leaks in HarmonyOS Apps: Complete Profiling Workflow

This article details common causes of native memory leaks in HarmonyOS apps and provides a step-by-step workflow using DevEco Profiler's Allocation template to reproduce, identify, analyze, and fix leaks via Native Heap and call stack analysis, illustrated with a real-world case study.

Allocation TemplateC/C++ Memory ManagementCall Stack Analysis
0 likes · 12 min read
Locating Native Memory Leaks in HarmonyOS Apps: Complete Profiling Workflow