Hacker News new | ask | show | jobs
by gbuk2013 2847 days ago
As a guess, wrap each method in a function that records access and run original method? That way you can get stats for each method.
1 comments

That sounds like a case for decorators!