summaryrefslogtreecommitdiff
path: root/code/glue/distill-performance
blob: af90f2fbe3369f281e19274fca1390dd0732a84f (plain)
1
2
3
4
5
#!/bin/bash

if [ -f performance.out.raw ]; then
   cat performance.out.raw | tr "\r" "\n" | grep ^PERF | cut -d" " -f2 > performance.out
fi
contact: Jan Huwald // Impressum