This commit is contained in:
parent
db3b68c22e
commit
e6b4553bd7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ paste \
|
||||||
<(cut -f1 $$.timings) \
|
<(cut -f1 $$.timings) \
|
||||||
<(cat /tmp/bash-profile-$$.log | \
|
<(cat /tmp/bash-profile-$$.log | \
|
||||||
sed 's/^+\+ //' | \
|
sed 's/^+\+ //' | \
|
||||||
sed 's/^\(local\s\|declare\|\S\+=\).*/[[assignment]]/') | \
|
sed 's/^\(local\s\|declare\s\|\S\+=\).*/[[assignment]]/') | \
|
||||||
tail -n +2 | \
|
tail -n +2 | \
|
||||||
awk '{
|
awk '{
|
||||||
cumtime[$2] += $1
|
cumtime[$2] += $1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue