windows phone app performance and memory consumption tuning by jevgeni tsaikin

32
#techday2012

Upload: eugenedotnet

Post on 27-May-2015

771 views

Category:

Technology


0 download

DESCRIPTION

Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin for TechDay2012 in Estonia, Latvia, Lithuania. October 2012.

TRANSCRIPT

Page 1: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin

#techday2012

Jevgeni Tšaikin
Page 2: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 3: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 4: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 5: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 6: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 7: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin

Background Threads• loading, parsing, fetching data• networking

Page 8: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin

UI Thread

Background Threads• loading, parsing, fetching data• networking

• Parse and create objects from XAML• Draw all visuals the first time they are

drawn• Process per-frame callbacks and

execute other user code• Bindings

Page 9: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin

Composition Thread

UI Thread

Background Threads• loading, parsing, fetching data• networking

• Parse and create objects from XAML.• Draw all visuals the first time they are

drawn.• Process per-frame callbacks and

execute other user code• Bindings

• Storyboard-driven animations (including ScaleTransform, TranslateTransform, RotateTransform, PlaneProjection) NB! Scale transforms must be less than 50 percent of the original size

• Clip, Opacity• Back-buffer

Page 10: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 11: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 12: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 13: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 14: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 15: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin

Showing the areas that are being redrawn each frame

Page 16: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 17: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 18: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 19: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 20: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 21: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 22: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 23: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 24: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 25: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 26: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 27: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 28: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 29: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 30: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 31: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin
Page 32: Windows Phone app Performance and Memory Consumption Tuning by Jevgeni Tsaikin