Python Genshi benchmarking

39 Views Asked by At

I greatly enjoy profiling my Python code with line_profiler, which gives me a rundown on how much time is spent in what line of source code. Is there a way to do this for Genshi templates? There are a few templates in my code base that are slow and contain a lot of display logic, and cProfile's output is too opaque for identifying the bottlenecks.

0

There are 0 best solutions below