>From 95ea7889721068705d7ea4ca9ff0ec1d1c6a1e83 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Mon, 3 Nov 2014 18:56:23 -0500 Subject: [PATCH 1/1] Tweak pmdapapi docs Add the unit (seconds) to the papi.control.auto_enable metric and mention how one would disable the auto_enable functionality if needed in the man page. Signed-off-by: Lukas Berk --- src/pmdas/papi/help | 2 +- src/pmdas/papi/pmdapapi.1 | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pmdas/papi/help b/src/pmdas/papi/help index e2d8b6d..3b48ce8 100644 --- a/src/pmdas/papi/help +++ b/src/pmdas/papi/help @@ -34,7 +34,7 @@ @ papi.control.status A string of papi counters current state -@ papi.control.auto_enable Timeout for future auto-enabled counters. +@ papi.control.auto_enable Timeout for future auto-enabled counters in seconds. @ papi.available.num_counters Number of hardware counters available for use diff --git a/src/pmdas/papi/pmdapapi.1 b/src/pmdas/papi/pmdapapi.1 index 868e276..356fb9f 100644 --- a/src/pmdas/papi/pmdapapi.1 +++ b/src/pmdas/papi/pmdapapi.1 @@ -66,7 +66,10 @@ or This automatic activation is temporary, and lasts only a number of seconds governed by the .B papi.control.auto_enable -control value (default 120). +control value (default 120). In the case automatic activation is undesirable, one may +disable it by setting the +.B papi.control.auto_enable +metric to 0. .P Alternately, the .BR pmstore (1) -- 1.9.3