Last active
January 7, 2017 11:41
-
-
Save hakanai/06c9759d4875cd598fe8743b01e52248 to your computer and use it in GitHub Desktop.
Allocations per ~10 seconds while rendering my watch face on Android Wear
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| === definitely ustwo's fault (pull request submitted) === | |
| 331 x libcore.util.ZoneInfo 12 java.lang.Object internalClone | |
| Mostly from: | |
| at com.ustwo.clockwise.WatchFace.updateTimeAndInvalidate(WatchFace.java:249) | |
| === definitely ustwo's fault (ticket filed) === | |
| 331 x java.util.concurrent.locks.AbstractQueuedSynchronizer$Node | |
| From: | |
| at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.addConditionWaiter(AbstractQueuedSynchronizer.java:1829) | |
| at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1078) | |
| === insignificant stuff === | |
| 10 x java.util.Date | |
| 3 x org.apache.harmony.dalvik.ddmc.Chunk | |
| 2 x java.lang.Integer | |
| 3 x byte[] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment