From 4ee75be7ab53c6bb865ebb7ef0b829b1760dc513 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Mon, 4 Nov 2019 16:33:07 +0000 Subject: [PATCH] docs/userguide: Update reference to outdated output_processor --- doc/source/user_information/user_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user_information/user_guide.rst b/doc/source/user_information/user_guide.rst index 8f532d24..49cc8d39 100644 --- a/doc/source/user_information/user_guide.rst +++ b/doc/source/user_information/user_guide.rst @@ -318,7 +318,7 @@ like this: config: augmentations: - ~execution_time - - json + - targz iterations: 2 workloads: - memcpy @@ -332,7 +332,7 @@ This agenda: - Specifies two workloads: memcpy and dhrystone. - Specifies that dhrystone should run in one thread and execute five million loops. - Specifies that each of the two workloads should be run twice. -- Enables json output processor, in addition to the output processors enabled in +- Enables the targz output processor, in addition to the output processors enabled in the config.yaml. - Disables execution_time instrument, if it is enabled in the config.yaml