orf / django-debug-toolbar-template-timings

A django-debug-toolbar panel that displays template rendering times for your Django application
https://pypi.python.org/pypi/django-debug-toolbar-template-timings
MIT License
296 stars 28 forks source link

Show timings in milliseconds #1

Closed hph closed 11 years ago

hph commented 11 years ago

It makes more sense to show the timings in milliseconds than in seconds. Examples (taken from the images in the README):

Timings won't matter if they're below 1 ms anyway. If you still want to keep them you might want to make them clearer.

orf commented 11 years ago

Thanks!

dcramer commented 11 years ago

Made the assumption that these were actually in MS, whoops!