android - Measuring byte count downloaded via twitter4j -
i want measure number of bytes downloaded twitter4j when doing various operations. there easy way or going need modify sources?
for example, when this:
list<status> statuses = twitter.getusertimeline();
i want find out downloaded 28,757 (i made number in case, match result doing equivalent using curl
).
update: after digging code little bit, looks may have re-implement twitterimpl.get()
, twitterimpl.post()
want.
Comments
Post a Comment