aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-line-profiler/pkg-descr
blob: 8b2bbce777556a8340eeb7a02177bd44aa1b3512 (plain) (blame)
1
2
3
line_profiler is a module for doing line-by-line profiling of functions.
kernprof is a convenient script for running either line_profiler or the Python
standard library's cProfile or profile modules, depending on what is available.