I'm looking for general best practices in identifying slow segments of code in an iOS app, that is supported by a cloud-based application server and datastore.<p>What tools do you use? Is code speed performance part of your standard test coverage? If not, how do you typically troubleshoot after the fact? I'm familiar with Python's timeit, but I'm rather new to iOS development.<p>Thanks!