Skip to content

Instantly share code, notes, and snippets.

@hakanai
Last active January 7, 2017 11:41
Show Gist options
  • Select an option

  • Save hakanai/06c9759d4875cd598fe8743b01e52248 to your computer and use it in GitHub Desktop.

Select an option

Save hakanai/06c9759d4875cd598fe8743b01e52248 to your computer and use it in GitHub Desktop.
Allocations per ~10 seconds while rendering my watch face on Android Wear
=== 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