Add runtime time report of a CTS run
authorArkadiusz Sarwa <arkadiusz.sarwa@mobica.com>
Fri, 12 Jan 2018 14:13:30 +0000 (15:13 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Wed, 14 Mar 2018 08:16:08 +0000 (04:16 -0400)
commit4758c8d40f061f59ece05ce5a9dd0383434e68e2
tree49bbf09e68d1fd9f31d49a4b435e63b0d1c2a9c0
parent204d597504c94fa52ed0f5a2c21895482236d5cc
Add runtime time report of a CTS run

New section have been added to file TestResults.qpa.
"#beginTestsCasesTime" - section contains a time summary for groups.
bottleneck_report.py - script which helps to find bottlenecks in CTS

Components: Framework

VK-GL-CTS issue: 879

Change-Id: I73773d820ddcd0f5b3c50c2128b8961cd1227b0e
doc/qpa_file_format.txt
framework/common/tcuTestLog.cpp
framework/common/tcuTestLog.hpp
framework/common/tcuTestSessionExecutor.cpp
framework/common/tcuTestSessionExecutor.hpp
framework/qphelper/qpTestLog.c
framework/qphelper/qpTestLog.h
scripts/log/README.md [new file with mode: 0644]
scripts/log/bottleneck_report.py [new file with mode: 0644]