YuKnight / android-ndk-profiler

A library you can compile into your Android NDK code to generate gprof-compatible profile information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARNING: Unmaintained code ahead

As an alternative please try out Google's own FPL Utils - NDK perf, which provides a non-intrusive way to profile your applications using Linux perf. However be warned that this too is only supported on 2 somewhat-obsolete devices.

The general churn in Android means that this library has suffered some severe bit-rot over the last couple of years. If you can help then pull requests are appreciated, but I no longer have the time or motivation to work on the project.

Profile Android NDK code. Further instructions on the docs/Usage.md page.

There are examples on the docs/Example.md page and the design decisions are discussed on the docs/HowItWorks.md page.

Build Status

About

A library you can compile into your Android NDK code to generate gprof-compatible profile information.

License:GNU General Public License v3.0


Languages

Language:C 68.1%Language:Shell 18.9%Language:Makefile 7.0%Language:Java 2.9%Language:Assembly 2.7%Language:C++ 0.4%