Path to this page:
Subject: CVS commit: pkgsrc/devel/py-line_profiler
From: Min Sik Kim
Date: 2017-03-17 22:30:36
Message id: 20170317213036.58104FBE4@cvs.NetBSD.org
Log Message:
Import py-line_profiler-2.0
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.
Files: