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

#1069241#5
Date:
2024-04-18 12:43:00 UTC
From:
To:
* 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