2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2021-06-11 09:11:27 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: py-line_profiler: mark as not for Python 3.6 |
2019-12-18 05:49:47 by Min Sik Kim | Files touched by this commit (1) |
Log message: devel/py-line_profiler: Fix build with python38 Regenerate .c files with recent Cython. |
2019-05-02 11:27:09 by Adam Ciarcinski | Files touched by this commit (5) |
Log message: Forget about Python 3.4 |
2018-08-07 18:45:10 by Min Sik Kim | Files touched by this commit (1) |
Log message: devel/py-line_profiler: Rerun cython for python37 compatibility |
2018-01-31 14:42:32 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-line_profiler: updated to 2.1.2 2.1: ENH: Add support for Python 3.5 coroutines ENH: Documentation updates ENH: CI for most recent Python versions (3.5, 3.6, 3.6-dev, 3.7-dev, nightly) ENH: Add timer unit argument for output time granularity spec |
2017-10-17 20:37:22 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: Make ipython versioned dependency |
2017-10-16 14:14:29 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: Makefile clean-up |
2017-03-17 22:30:36 by Min Sik Kim | Files touched by this commit (4) |
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. |