Performance and debuggingTikTok
Approach to code optimization
You're asked to "optimize this function, it's slow." What do you do before you touch the code?
Approach to code optimization
You're asked to "optimize this function, it's slow." What do you do before you touch the code?
Performance and debuggingMultiple choiceIntro
You want to measure app performance as the basis for optimization. Which are correct meas…
#measurement #profiling
Performance and debuggingShort answerBasics
All you've got is vague feedback that "the app is slow." How do you approach that with In…
#profiling
Performance and debuggingShort answerBasics
Someone reports that search results take too long to appear. Instead of printing timestam…
#measurement
Performance and debuggingShort answerExpert
In Time Profiler, the top entries on the scrolling hot path are swift_retain, swift_relea…
#optimization