This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__doc__ = """ | |
Profiling middleware. Log wallclock, utime, stime and idle time. | |
Copy the file in your source tree and wrap your application with the RUsage | |
middleware:: | |
from wsgi_profile import RUsage | |
application = WSGIAppilcation() | |
application = RUsage(application) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 06:20 | |
4 06:30 | |
7 06:40 | |
4 06:50 | |
7 07:00 | |
6 07:10 | |
4 07:20 | |
3 07:30 | |
8 07:40 | |
18 07:50 |