[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1069241: RFP: shellprof -- Shell script profiler in Python



Package: wnpp
Severity: wishlist

* Package name    : shellprof
  Version         : x.y.z
  Upstream Author : Name <somebody@example.org>
* URL             : https://github.com/walles/shellprof
* License         : MIT
  Programming Lang: <C, C++, C#, Perl, Python, etc.>
  Description     : Shell script profiler in Python

shellprof can profile shell programs. When the
program finishes it creates a top list of
lines that take the longest time to execute.

./shellprof ./testcase.sh
    quick
    slow
    quick

    Timings for printed lines:
    1.01s: slow
    0.00s: <<<PROGRAM START>>>
    0.00s: quick
    0.00s: quick


Reply to: