HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sond813

no profile record

Submissions

A reliable, open-source way to profile iOS apps

github.com
5 points·by sond813·3 tahun yang lalu·0 comments

How to speed up conformance checks in Swift by ~20%

emergetools.com
5 points·by sond813·3 tahun yang lalu·1 comments

comments

sond813
·3 tahun yang lalu·discuss
Congrats on the launch!
sond813
·3 tahun yang lalu·discuss
Apple recommends 400ms for startup time because that's how long the app open animation takes. It's also hard to tell from just one flamegraph how long it will really take in prod, that's why the percentages are nice to use. I've mostly used percentiles like p95 to track and prioritize mobile perf work. 600ms on one phone could be 2s on older hardware with other factors slowing it down, but it depends on the distribution of doordash users.