https://github.com/richq/android-ndk-profiler
A library you can compile into your Android NDK code to generate gprof-compatible profile information.
https://github.com/richq/android-ndk-profiler
Last synced: 5 months ago
JSON representation
A library you can compile into your Android NDK code to generate gprof-compatible profile information.
- Host: GitHub
- URL: https://github.com/richq/android-ndk-profiler
- Owner: richq
- License: gpl-3.0
- Archived: true
- Created: 2013-01-06T19:12:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T07:41:14.000Z (over 9 years ago)
- Last Synced: 2024-04-19T22:46:40.660Z (about 1 year ago)
- Language: C
- Size: 374 KB
- Stars: 196
- Watchers: 31
- Forks: 67
- Open Issues: 21
-
Metadata Files:
- Readme: README.mkd
- License: COPYING
Awesome Lists containing this project
- AwesomeCompiler - android-ndk-profiler
README
**WARNING: Unmaintained code ahead**
As an alternative please try out Google's own [FPL Utils - NDK perf](https://google.github.io/fplutil/android_ndk_perf.html),
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](https://github.com/google/fplutil/blob/master/bin/android_ndk_perf.py#L58).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][Usage].
There are examples on the [docs/Example.md][Example] page and the design decisions are discussed on the [docs/HowItWorks.md][HowItWorks] page.
[](https://travis-ci.org/richq/android-ndk-profiler)
[Usage]: https://github.com/richq/android-ndk-profiler/blob/master/docs/Usage.md
[Example]: https://github.com/richq/android-ndk-profiler/blob/master/docs/Example.md
[HowItWorks]: https://github.com/richq/android-ndk-profiler/blob/master/docs/HowItWorks.md