Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moe-sushi/cpulog
A magisk/ksu module for logging cpu/gpu freq.
https://github.com/moe-sushi/cpulog
Last synced: 11 days ago
JSON representation
A magisk/ksu module for logging cpu/gpu freq.
- Host: GitHub
- URL: https://github.com/moe-sushi/cpulog
- Owner: Moe-sushi
- License: mit
- Created: 2024-02-21T09:23:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T06:32:02.000Z (11 months ago)
- Last Synced: 2024-05-17T00:29:35.284Z (8 months ago)
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Usage:
Run `cpubt/gpubt` command in a root shell to see the backtrace of cpu/gpu freq.
```
~ # cpubt
CPU0:
556Mhz : # 2.00%
1324Mhz : ## 6.00%
1440Mhz : # 2.00%
1555Mhz : # 2.00%
1804Mhz : ############################# 88.00%CPU1:
556Mhz : # 1.96%
1324Mhz : ## 5.88%
1440Mhz : # 1.96%
1555Mhz : # 1.96%
1804Mhz : ############################# 88.24%CPU2:
556Mhz : # 1.96%
1324Mhz : ## 5.88%
1440Mhz : # 1.96%
1555Mhz : # 1.96%
1804Mhz : ############################# 88.24%CPU3:
556Mhz : # 1.92%
1324Mhz : ## 5.77%
1440Mhz : # 1.92%
1555Mhz : # 1.92%
1804Mhz : ############################# 88.46%CPU4:
633Mhz : ################# 50.00%
768Mhz : ##### 15.38%
883Mhz : # 1.92%
1113Mhz : ### 7.69%
1324Mhz : # 1.92%
1555Mhz : ## 5.77%
2112Mhz : # 1.92%
2496Mhz : ##### 15.38%CPU5:
633Mhz : ################# 50.94%
768Mhz : ##### 15.09%
883Mhz : # 1.89%
1113Mhz : ## 5.66%
1209Mhz : # 1.89%
1324Mhz : # 1.89%
1555Mhz : ## 5.66%
2112Mhz : # 1.89%
2496Mhz : ##### 15.09%CPU6:
633Mhz : ################# 51.85%
768Mhz : ##### 14.81%
883Mhz : # 1.85%
1113Mhz : ## 5.56%
1209Mhz : # 1.85%
1324Mhz : # 1.85%
1555Mhz : ## 5.56%
2112Mhz : # 1.85%
2496Mhz : ##### 14.81%CPU7:
787Mhz : ######################### 75.93%
1036Mhz : ## 3.70%
1651Mhz : # 1.85%
1881Mhz : # 1.85%
2995Mhz : ###### 16.67%~ # gpubt
GPU:
220Mhz : ### 7.58%
285Mhz : ############################ 85.35%
324Mhz : # 0.51%
710Mhz : # 0.51%
765Mhz : ## 6.06%
```