mitmproxy/libmproxy/console
Aldo Cortesi a2643b52f9 Tweak timing display
- Remove elapsed time. Space is at a premium here, and this is somewhat
redundant with the rate figure. We should display complete timing information
somewhere in the detailed flow view.
- Tone down the colour. Reserve highlights for stuff that should really pop out
to the user.
- Make rate calculation more acurate. Include header sizes. Use response start
and end time, rather than request end and response end. This means that we show
actual transfer rates, not including DNS requests and so forth.
2013-08-23 10:25:44 +12:00
..
__init__.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
common.py Tweak timing display 2013-08-23 10:25:44 +12:00
contentview.py Add error checking to ViewProtobuf 2013-04-21 12:46:37 -05:00
flowdetailview.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
flowlist.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
flowview.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
grideditor.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
help.py Remove GPL notices left in source files after our change to the MIT license. 2013-08-01 11:08:00 +12:00
palettes.py Tweak timing display 2013-08-23 10:25:44 +12:00