ios - How can I record which pieces of data in my app are accessed at startup? -
i want improve startup time of ios app putting of symbols used @ startup in executable, of order file. way, operating system can fetch needs start fewer pages , take less time. can order functions called in https://clang.llvm.org/docs/sanitizercoverage.html, , can see benefits startup time when order them. however, don't know of way record symbols, besides functions, accessed on. how might this?
Comments
Post a Comment