Revision 7501
Added by Aaron Marcuse-Kubitza almost 12 years ago
bin/import_times | ||
---|---|---|
8 | 8 |
|
9 | 9 |
times () |
10 | 10 |
{ |
11 |
sed -n 's/^Took ([^ ]*) sec\/([^ ]*) row\(s\).*$/\2'$'\t''\1/p' "$@"
|
|
11 |
sed -n 's/^Took (.*) sec\/([^ ]*) row\(s\).*$/\2'$'\t''\1/p' "$@"
|
|
12 | 12 |
} |
13 | 13 |
|
14 | 14 |
postprocessLogs=() |
Also available in: Unified diff
import_times: times(): Fixed bug where need to match whitespace in times, in order to match times with days