diff options
author | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-05-07 19:53:27 (GMT) |
commit | 00b209240138660db1ded3ef3870023964ce6e4e (patch) | |
tree | 8ffaec780b060bdc478929aa714b8af2ee760671 /code/glue/distill-performance |
Diffstat (limited to 'code/glue/distill-performance')
-rwxr-xr-x | code/glue/distill-performance | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/code/glue/distill-performance b/code/glue/distill-performance new file mode 100755 index 0000000..af90f2f --- /dev/null +++ b/code/glue/distill-performance @@ -0,0 +1,5 @@ +#!/bin/bash + +if [ -f performance.out.raw ]; then + cat performance.out.raw | tr "\r" "\n" | grep ^PERF | cut -d" " -f2 > performance.out +fi |