Implement statistics collection: (#2056)
authorVitaliy Urusovskij <vitaliy.urusovskij@intel.com>
Wed, 9 Sep 2020 12:30:23 +0000 (15:30 +0300)
committerGitHub <noreply@github.com>
Wed, 9 Sep 2020 12:30:23 +0000 (15:30 +0300)
commit4bd05c5364eb0b8202a9bf25f5dd1773d5b1e6e8
tree21bc6f618808ec592068097f1cec623656de48a2
parentf86d930e3f105a252b1e5d27cbe64187dd723565
Implement statistics collection: (#2056)

1. Add `-s` CLI key to get statistics file path
2. Implement `StatisticsWriter` singleton to manage handle to this file
tests/time_tests/common/cli.h
tests/time_tests/common/main.cpp
tests/time_tests/common/statistics_writer.h [new file with mode: 0644]
tests/time_tests/common/timer.h