TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cue's hookshot: hacking the iOS runtime for fun and profiles

60 pointsby rwalkerover 12 years ago

4 comments

rwalkerover 12 years ago
Robby from Cue here: we've found a ton of non-trivial performance wins for the Cue app by using this. Let me know if there are things we can do to make it useful for you too.<p>A lot of the inspiration for how to actually make this work came from Mike Ash's awesome NSBlog:<p><a href="http://mikeash.com/pyblog/" rel="nofollow">http://mikeash.com/pyblog/</a>
评论 #5075491 未加载
krickleover 12 years ago
This kind of stuff is awesome. I made a profiler for ObjC that did a similar thing, but by programmatically creating a new subclass and only profiling certain instances.<p>On your prevent instrumentation proxy methods; if the original method references ivars without using self.x or [self x] do you notice weird results?
评论 #5076924 未加载
dinedalover 12 years ago
Off topic: The reason I closed my Cue account was two fold, because I would get notifications for calendar events sometimes _days_ after they had occurred, and because even though I linked everything under the sun to it, I would more often then not be presented with a day that has just sunrise and sunset on it. App just provided no real value, and I really wanted it to work and work well.
评论 #5075596 未加载
fyolnishover 12 years ago
Why/When is this better than Time Profiler?
评论 #5076574 未加载