FuncProfiler Package Documentation
Package documentation for FuncProfiler, a Python library for identifying bottlenecks in code. It includes function profiling, data exports, logging, and line-by-line profiling for more control.
Changelog
1.0.1 (Latest): Updated PYPI project description.
1.0.0: Initial release.
Installation
You can install FuncProfiler using PyPi, please make sure that you are using Python 3.6 or later before installing FuncProfiler:
Example Usage
Function Profiling
Line-by-Line Profiling
FuncProfiler can be added to any function using the callable format: @funcprofiler_function_name(expected_arguments)
.
Last updated