Tencent

Loli Profiler — AI skill for Claude Code

AI community

Memory instrumentation tool with CI and AI support for android app&game developers.

How to install Loli Profiler

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Tencent/loli_profiler and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Loli Profiler does

Memory instrumentation tool with CI and AI support for android app&game developers.

Alternatives in AI

  • Claude Flow — An enterprise-grade AI orchestration platform that revolutionizes how developers build with AI 22.2k ★
  • Claude Code Design Guide — From Early Internet Design Patterns to AI Agent Implementation — A Deep Dive into Claude Code for Developers 762 ★
  • Claude Hub — by Claude Did This - A webhook service that connects Claude Code to GitHub repositories, enabling AI-powered c 393 ★

README

Overview

![](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat) ![](https://img.shields.io/badge/support-UnrealEngine4%20%7C%20UnityEngine-brightgreen.svg?style=flat) ![](https://img.shields.io/badge/release-1.1.1-red.svg?style=flat) ![](https://img.shields.io/badge/android-5.0%20--%2010-blue.svg?style=flat) ![](https://img.shields.io/badge/arch-armeabi%20%7C%20armeabi--v7a%20%7C%20arm64--v8a-blue.svg?style=flat)

**LoliProfiler** is a **C/C++ memory profiling** tool for **Android** games and applications.

LoliProfiler supports profiling debuggable applications out of box. And offers engine specific (UnrealEngine4/Unity) modifications to enable profiling complex or production level games.

![](res/images/macos.png)

![](res/images/treemap.gif)

Features

  • Profiler client supports Windows 10/7 and Mac OSX Mojave and newer.
  • Work with debuggable applications out of box.
  • Support attaching to running application.
  • Support multiple back-trace implementations.
  • Support profiling complex games by doing some mods with your game engine.
  • Support detecting c++ code memory leaks(Tested with Unreal Engine 4.26).
  • Support profiling release build applications on rooted devices.
  • Multiple data view modes: tree map/call tree/memory fragmentation.
  • Builtin adb console to be able to exec command.
  • CLI mode for automated profiling and CI/CD integration.
  • AI (Claude Code) based memory growth report generation.
  • loli CLI for interactive heap snapshot/diff exploration from any shell or agent.

Documents