-
Notifications
You must be signed in to change notification settings - Fork 49
Supported device list #8
Comments
Regarding Nexus 6 / 5x, we haven't run tests with android_ndk_perf to see Unfortunately, right now Linux perf appears to be a little broken on Right now we recommend trying out simpleperf to profile your applications. On Sun, Sep 18, 2016 at 8:24 PM, colordancer notifications@github.com
|
Thanks for the update. I also found external/linux-tools-perf was cleaned in ASOP master repo. Then I turned to simpleperf and had been trying. So far it works well. But it seems branch profiling failed in my Nexus 5x. The application I profiled was liquidfun-master from fplutil.
I tried both commands, BTW, I'm not sure it's cool to raise the questions about simpleperf here, as I've more questions to ask. If it's not the right place, I will try other ways. |
Hi there,
I've only seen 4 devices in SUPPORTED_DEVICES and BROKEN_DEVICES from the source code.
And I've tested Nexus 5(hammerhead) and seen a warning message when I tried
./android_ndk_perf --apk testbed-debug.apk record -o perf.data
.So I'd like to ask whether Nexus 6/5x is supported by Android perf, as I badly need to use to perf to profile my apk to show its run-time call graph. Thanks.
The text was updated successfully, but these errors were encountered: