From 7631021dcfd4772c3cc315f8b3256f1ed125c5af Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Wed, 11 Oct 2017 14:08:03 +0100 Subject: COMPMID-556 By default only enable Wall Clock timer That's the only instrument that is guaranteed to work on all platforms Change-Id: Ib4076ad0b176fa9ca9ec0df182c032517e394530 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/91378 Reviewed-by: Pablo Tello Tested-by: Kaizen --- tests/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/main.cpp') diff --git a/tests/main.cpp b/tests/main.cpp index e70da59484..5bdd665068 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -106,7 +106,7 @@ int main(int argc, char **argv) help->set_help("Show this help message"); auto dataset_mode = parser.add_option>("mode", allowed_modes, framework::DatasetMode::PRECOMMIT); dataset_mode->set_help("For managed datasets select which group to use"); - auto instruments = parser.add_option>("instruments", allowed_instruments, std::initializer_list { framework::InstrumentType::ALL }); + auto instruments = parser.add_option>("instruments", allowed_instruments, std::initializer_list { framework::InstrumentType::WALL_CLOCK_TIMER }); instruments->set_help("Set the profiling instruments to use"); auto iterations = parser.add_option>("iterations", 1); iterations->set_help("Number of iterations per test case"); -- cgit v1.2.1