12affcd188
line_profiler will profile the time individual lines of code take to execute. The profiler is implemented in C via Cython in order to reduce the overhead of profiling. Also included is the script kernprof, which can be used to conveniently profile Python applications and scripts either with line_profiler or with the function-level profiling tools in the Python standard library.
15 lines
546 B
Text
15 lines
546 B
Text
@comment $NetBSD: PLIST,v 1.1 2017/03/17 21:30:35 minskim Exp $
|
|
bin/kernprof${PYVERSSUFFIX}
|
|
${PYSITELIB}/kernprof.pyo
|
|
${PYSITELIB}/kernprof.pyc
|
|
${PYSITELIB}/line_profiler.pyo
|
|
${PYSITELIB}/line_profiler.pyc
|
|
${PYSITELIB}/_line_profiler.so
|
|
${PYSITELIB}/kernprof.py
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/line_profiler.py
|