File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # FPSViewer
2+
3+ ** FPSViewer** is a lightweight Android tool that displays a realtime FPS counter on screen.
4+
5+ The app runs a floating overlay that shows the current frames per second of the active application.
6+
7+ ⚡ APK size: ** ~ 30 KB**
8+
9+ ---
10+
11+ ## Features
12+
13+ - 📊 Realtime FPS counter
14+ - 📱 Floating overlay
15+ - 🔍 Shows foreground package name
16+ - ⚡ Very low CPU usage
17+ - 🪶 Extremely lightweight
18+
19+ ---
20+
21+ ## Permissions
22+
23+ FPSViewer requires elevated privileges to access system frame statistics.
24+
25+ Supported methods:
26+
27+ - ** Shizuku**
28+ - ** Root**
29+
30+ ---
31+
32+ ## Requirements
33+
34+ - Android 8.0+
35+ - Overlay permission
36+ - One of the following:
37+ - Shizuku running
38+ - Root access
39+
40+ ---
41+
42+ ## How It Works
43+
44+ FPSViewer reads frame rendering statistics from the Android system and calculates FPS in realtime.
45+ The result is displayed as a floating overlay above all apps.
46+
47+ ---
48+
49+ ## Installation
50+
51+ 1 . Download the APK from the ** Releases** section
52+ 2 . Install the APK
53+ 3 . Grant ** Display over other apps** permission
54+ 4 . Start Shizuku or ensure Root access
55+ 5 . Launch FPSViewer
56+
57+ ---
You can’t perform that action at this time.
0 commit comments