h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Feature Request: Request Timer next to Progress Bar #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It'd be useful to have a running request timer next to the progress bar - and 
once the request is 
complete, the timer should persist, so it's easy to see how long the request 
took.

Original issue reported on code.google.com by aviflax on 5 Mar 2008 at 10:07

GoogleCodeExporter commented 8 years ago
Revision 260 records the execution time in ResponseBean. Now what remains is to
display it in the UI.

Original comment by subwiz on 6 Aug 2008 at 8:09

GoogleCodeExporter commented 8 years ago
Rev. 261 displays the time in status bar. Although this is not exactly the
functionality you had asked for, this is more accurate in the time calculation 
as it
excludes the RESTClient object construction time. If we attach a timer to the 
GUI, it
will naturally include the object construction time.

Original comment by subwiz on 6 Aug 2008 at 8:31