riga / law

Build large-scale task workflows: luigi + job submission + remote targets + environment sandboxing using Docker/Singularity
http://law.readthedocs.io
BSD 3-Clause "New" or "Revised" License
98 stars 41 forks source link

Profiling contrib package #102

Closed riga closed 4 years ago

riga commented 4 years ago

This PR adds a contrib package that is intended to provide profiling tools.

The first tool is a decorator that performs line-by-line profiling using the line_profiler package.

@Nollde Any thoughts?