Package: wnpp
Severity: wishlist

* Package name    : shellprof
  Version         : x.y.z
  Upstream Author : Name <someb...@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 via email to