frame-analyzer-0.2.5 has been yanked.
frame-analyzer-ebpf
Track the frametime of Android apps, based on ebpf & uprobe
- Based on the EBPF and UPROBE implementations, you may need higher privileges (e.g. root) to use this crate properly
- This IS NOT a bin crate, it uses some tricks (see source) to get it to work like a normal lib crate, even though it includes an EBPF program
- Only 64-bit devices & apps are supported!
Examples
Simple frametime analyzer, print pid & frametime on the screen
use ;
use Result;
use Parser;
use Analyzer;
/// Simple frame analyzer, print frametime on the screen
LICENSE
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.