diff options
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 |