有没有办法在 Android Studio 的 Energy Profiler 上找出轻、中、重三个类别的值?

Is there a way to find out the value of the three categories like light, medium and heavy on Android Studio's Energy Profiler?

有没有办法在 Android Studio 的 Energy Profiler 上找出轻、中、重三个类别的值?例如灯类,使用的电池能量从0mah到10mah。enter image description here

使用 light/medium/heavy 而不是实际安培数的想法是在整个分析会话中提供相对电池使用情况,以帮助开发人员发现能量峰值并调查潜在的性能瓶颈。电池用量的测量方式是根据参考设备 (Pixel 2) 构建模型并计算 CPU/network/GPS 相对于该设备的用量。您可以在 Android Studio 源代码中找到阈值,但安培数没有多大意义,因为它们都是相对数字。