0% found this document useful (0 votes)
43 views2 pages

Perf Tests

The document compares the performance and crashes of different builds of an app on devices with and without retina displays. Build A serves as the baseline with a score of 100. Builds that are twice as fast as Build A score 200. Later builds include fixes for scaling images, fonts, rendering, and crashes that improve performance and stability, particularly on retina devices where crashes are reduced.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views2 pages

Perf Tests

The document compares the performance and crashes of different builds of an app on devices with and without retina displays. Build A serves as the baseline with a score of 100. Builds that are twice as fast as Build A score 200. Later builds include fixes for scaling images, fonts, rendering, and crashes that improve performance and stability, particularly on retina devices where crashes are reduced.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

More is better. I.e., if something is as twice as fast as 100 then it gains 200 points.

If something crashes twice as much as 100

Performance no retina Release w/o fixes Build A Build B 100

build 0 - MayFM.10 build a - scaling image without drawInRect build b - scaling image with drawInRect but only if downscaling build c - build b + font cache build d - build b + rendering directly into context build e - build d + crash fix + rendering directly into context for selected shape build f - build e + filmstrip update turned off during text edit build g - build f + pallete sharing build h - image cache fixed, image cache clearing on mem warning turned off

Low memory no retina Performance retina Low memory crashes retina 100 100 100 150 200 150 170

100 150 150 150

5-10 min 20 min 30 min 3 min (crash)

200 20 min 1,5 hours (crash on restore state)

You might also like