Tencent / loli_profiler

Memory instrumentation tool for android app&game developers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

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.

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.

Documents

Special Thanks

License

See LICENSE File.

About

Memory instrumentation tool for android app&game developers.

License:Other


Languages

Language:C 59.7%Language:C++ 34.3%Language:Python 3.9%Language:CMake 0.6%Language:Batchfile 0.5%Language:QMake 0.4%Language:Shell 0.3%Language:Makefile 0.2%