-
Task
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
It would be useful, for memory profiling, if catalyst logged at the end of each request:
- $$
- memory size
- http request line just handled
- $Catalyst::COUNT
The output should be on a single line and easily machine-parseable, e.g.
print "memory usage: $$ $size $Catalyst::COUNT $the_request";