]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Collect timing data for task execution
authorZack Cerza <zack@redhat.com>
Tue, 2 Feb 2016 23:42:08 +0000 (16:42 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 5 Feb 2016 17:00:45 +0000 (10:00 -0700)
commit2dfe3fd8896e65ad2a9a8ccbd7741c3b0fa128d1
tree4f8b12d2e809bb4a1d18e9dfcdb04b35cc4aba73
parent2564eb3af937127aeab4c8a6b7c928e0bed582c7
Collect timing data for task execution

Just before we execute a task's enter or exit method, create a new timer
mark. If the archive is enabled, each timer.mark() call writes (or
re-writes) all the timing data to timing.yaml inside the archive.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/run_tasks.py