buildbot_config/worker/time
Colin Finck 730b11c26d
Update workers to latest BuildBot release.
The directory name has been changed to reflect that.
2019-06-29 11:46:24 +02:00

4 lines
154 B
Bash
Executable File

#!/bin/sh
/usr/bin/time -f "\nElapsed time: %E ([h:]m:s)\nCPU usage: %P (%U user, %S sys)\nPage faults: %F major, %R minor\nNumber of IO waits: %w" "$@"