@tencent/loli-profiler
LoliProfiler is a C/C++ memory profiling tool for Android games and applications built with Qt. It connects to Android devices via ADB to capture and analyze memory allocation patterns, stack traces,
Install
Add @tencent/loli-profiler to Claude Code with the PolySkill CLI: polyskill add @tencent/loli-profiler
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview LoliProfiler is a C/C++ memory profiling tool for Android games and applications built with Qt. It connects to Android devices via ADB to capture and analyze memory allocation patterns, stack traces, and system memory information. The project builds two executables: - **LoliProfiler** - Full GUI application with interactive profiling and visualization - **LoliProfilerCLI** - Console application for automated profiling and CI/CD integration Both executables sha…
Keywords: github, memory-profiling, android-development, qt-framework, adb-integration, c-c++-tools, performance-analysis, game-development, memory-optimization