FLEXTool / FLEX

An in-app debugging and exploration tool for iOS
Other
14.1k stars 1.7k forks source link

Network Waterfall Graph. #116

Open jcampbell05 opened 8 years ago

jcampbell05 commented 8 years ago

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.

image

euanchan commented 5 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

NSExceptional commented 5 years ago

@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.

7a commented 4 years ago

@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.