Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在android上运行程序时如何检测频率?我想使用 top -m 命令检测 CPU 使用率,但是由于默认情况下 android 内核会进行频率缩放,恐怕“top -m”命令的结果不正确。所以我想禁用android的频率缩放。这个问题有什么解决办法吗?
欢迎任何意见!