The twitter-async library on github now lets you easily view a sequence diagram of calls. This is specifically useful when you're making multiple calls asynchronously. Here's a sample output (looks better with fixed width font).
http://wiki.github.com/jmathai/twitter-async/#sequence (http://api.twitter.com/1/direct_messages.json :: code=200, start=1283577305.2462, end=1283577305.5109, total=0.264562) [====================================================================================================] (http://api.twitter.com/1/users/suggestions.json :: code=200, start=1283577305.2726, end=1283577305.3871, total=0.114419) [ ============================================= ] (http://api.twitter.com/1/statuses/public_timeline.json :: code=200, start=1283577305.2731, end=1283577305.4195, total=0.146262) [ ======================================================== ] -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk?hl=en
