shell-profiler icon indicating copy to clipboard operation
shell-profiler copied to clipboard

Profiler for shell scripts

Results 2 shell-profiler issues
Sort by recently updated
recently updated
newest added

``` Traceback (most recent call last): File "/home/patmy/shell-profiler/profile", line 74, in profiling_with_timings = map(collect_timings, tokenized_trace, range(len(tokenized_trace))) File "/home/patmy/shell-profiler/profile", line 31, in collect_timings timing = float(tokenized_trace[index+1][1]) - float(tokens[1]) ValueError: could not...

Current README.md is basically just a dump of the email I sent to the original sponsor of the development of this code. Needs to be rewritten for a public audience.