Open jcampbell05 opened 8 years ago
@jcampbell05 We've open source our debugging tools inspect from FLEX, it has built-in waterfall graph for URLSession transactions.
MTHawkeye - Network Monitor
@euanchan That's amazing! I a PR would be greatly appreciated, but I'll see if I can get it working myself when I have a free moment.
@NSExceptional Any chance integration with MTHawkeye could happen in the near future? The Network monitor is currently too limited: No persistence, if the app crashes you lose everything, inability to export all network traffic records, inability to perform global searches on HTTP traffic, etc. It seems MTHawkeye implements all these critical features.
https://github.com/Flipboard/FLEX/issues/5 is amazing! But I would love to have a waterfall graph of when each request starts and ends so I can understand why one may be taking a littler longer (Maybe we are sending too much?
Something like we have in chrome debugger.