ludofleury / GuzzleBundle

Debug your API Calls with a Symfony web profiler for guzzle
http://ludofleury.github.io/GuzzleBundle/
MIT License
82 stars 21 forks source link

Total execution time. #7

Closed pylebecq closed 11 years ago

pylebecq commented 11 years ago

Hi,

This PR is about adding the total execution time in the profiler menu, like doctrine does it. I also fixed the debug bar tooltip to use the same formatting as the profiler menu: when the total time exceed 1s, the result is displayed in seconds. Otherwise, the result is displayed in milliseconds.

guzzle

remialvado commented 11 years ago

:+1:

ludofleury commented 11 years ago

Thanks very much for this cool feature !