鸿蒙性能优化记录
2025-06-09·HarmonyOS, Performance, Memory, CPU
内存优化
优化应用内存占用:官方文档
使用 @Link / @ObjectLink 替代 @Prop 减少内存拷贝。
相关命令
hidumper --mem ${pidof com.huawei.hmos.health}
hidumper --mem-jsheap ${pidof com.huawei.hmos.health} --gc
hidumper --mem-smaps ${pidof com.huawei.hmos.health}
时延优化
CPU 分析
#HarmonyOS#Performance#Memory#CPU