commit | 95c33d532f5d69516c0fbe123595f00f00792995 | [log] [tgz] |
---|---|---|
author | Sean Dague <sean@dague.net> | Wed Oct 07 11:05:59 2015 -0400 |
committer | Ian Wienand <iwienand@redhat.com> | Mon Oct 12 23:08:56 2015 +0000 |
tree | a0665687ed27e97e010d40acf7ba884980ebb92b | |
parent | 64be3210e6bae709ee88736f2b7554db6e82f28e [diff] [blame] |
add timing infrastructure to devstack this adds a timing infrastructure to devstack to account for time taken up by set of operations. The first instance of this is accounting the time taken up by doing apt_get calls. Change-Id: I855ffe9c7a75e9943106af0f70cf715c34ae25c5
diff --git a/stack.sh b/stack.sh index b65c558..1976dff 100755 --- a/stack.sh +++ b/stack.sh
@@ -1366,6 +1366,8 @@ exec 1>&3 fi +# Dump out the time totals +time_totals # Using the cloud # ===============