Viewing profile — RiotTony
RiotTony
HN member- Joined
- Thu, Oct 29, 2015, 9:04 PM UTC
- HN karma
- 36
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About RiotTony
No profile information was provided.
Recent public activity
-
comment
Comment #10475461
I think that the Identification and iteration stages can be automated, but the comprehension stage is still a while off. No compiler is going to understand more about the what the …
-
comment
Comment #10475180
You could , but I doubt it would have much of an effect on performance. Modern CPUs are ridiculously good at looking ahead and executing paths pre-emptively, meaning that branching…
-
comment
Comment #10475164
Because we are interpolating between keys which aren't evenly distributed in time. What you have there is pretty much what we do when looking up the precomputed values from the tab…
-
comment
Comment #10475129
Xperf or WPA is an excellent tool for holistically analysing your application (and all the other applications running on your machine at the same time). We do use that tool for loo…
-
comment
Comment #10475077
Waffles is more than just a profiler. It is a nice, high level interface into our (non-public) debugging API. You are correct that the profiling info there is real-time, while Chro…
-
comment
Comment #10474294
Hey everyone, I'm the author of this article and I'm glad you've found it interesting. I'll be keeping an eye on this thread, so if you have any questions or comments I'll address …