GPU 监控在 Android Studio 1.4 中不起作用
GPU monitoring doesn't work in Android Studio 1.4
我今天把IDE更新到了1.4版本。我在变更日志中读到现在 Android 监视器视图中有一个新的 GPU 渲染监视器可用。
所以我按照文档中的说明做了:
To enable GPU monitoring, make sure you turn on monitoring for your Android hardware device or emulator under Setting → Developer Options → Profile GPU rendering → In adb shell dumpsys gfxinfo
而且...什么也没发生。我不知道为什么,因为文档还说:
To learn more about the GPU rendering results, check out the developer documentation.
但是 "developer documentation" 没有更新,所以它根本没有说明 GPU 监控。
但是,新的网络监控到目前为止工作正常。顺便说一下,我使用的是 Nexus 5 5.1.1。
我是不是漏掉了什么?
您在 adb shell dumpsys gfxinfo 中启用了 GPU 渲染,您必须取消切换 Android Studio 中的暂停图标(在图的左侧),GPU 分析才能开始已选择的应用程序。
再见,
JB.
我今天把IDE更新到了1.4版本。我在变更日志中读到现在 Android 监视器视图中有一个新的 GPU 渲染监视器可用。
所以我按照文档中的说明做了:
To enable GPU monitoring, make sure you turn on monitoring for your Android hardware device or emulator under Setting → Developer Options → Profile GPU rendering → In adb shell dumpsys gfxinfo
而且...什么也没发生。我不知道为什么,因为文档还说:
To learn more about the GPU rendering results, check out the developer documentation.
但是 "developer documentation" 没有更新,所以它根本没有说明 GPU 监控。
但是,新的网络监控到目前为止工作正常。顺便说一下,我使用的是 Nexus 5 5.1.1。
我是不是漏掉了什么?
您在 adb shell dumpsys gfxinfo 中启用了 GPU 渲染,您必须取消切换 Android Studio 中的暂停图标(在图的左侧),GPU 分析才能开始已选择的应用程序。
再见, JB.