docs.rs failed to build frame-analyzer-0.3.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
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.