From 8403d648ac1880b7d32a9c4b38ca727502e204c4 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sun, 12 Dec 2010 13:06:42 +0100 Subject: [PATCH] Add detailed graph to nop and show time starting at zero in *-time --- gw-tests/nop-highprio-time.sh | 11 ++++++----- gw-tests/nop-time.sh | 22 +++++++++++++++------- gw-tests/nop.sh | 12 ++++++++++-- 3 files changed, 31 insertions(+), 14 deletions(-) diff --git a/gw-tests/nop-highprio-time.sh b/gw-tests/nop-highprio-time.sh index a5a0005..9b125f7 100755 --- a/gw-tests/nop-highprio-time.sh +++ b/gw-tests/nop-highprio-time.sh @@ -7,7 +7,8 @@ main() { } plot_cmds() { - cat <<'EOF' + min=$(head -n 1 len2-msgs.txt | awk '{ print $2 }') + cat <