From 89a85097d9dd24d0a0156b12477a18a5e27bb682 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Wed, 4 Nov 2009 15:07:58 -0600 Subject: add config file sections for cyclictest Added a config file section for setting parameters used by cyclictest. Handle two parameters: buckets: - the number 1us histogram buckets to allocate [2000] interval: - the polling interval in microseconds [100] Signed-off-by: Clark Williams CC: David Sommerseth --- rteval/rteval.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rteval/rteval.conf') diff --git a/rteval/rteval.conf b/rteval/rteval.conf index 1b56bb1..6a5ffae 100644 --- a/rteval/rteval.conf +++ b/rteval/rteval.conf @@ -6,6 +6,10 @@ keepdata: True debugging: False duration: 60.0 +[cyclictest] +buckets: 2000 +interval: 100 + [loads] kcompile: module hackbench: module -- cgit