aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2012-11-07 20:35:43 +0100
committerDavid Sommerseth <davids@redhat.com>2012-11-07 21:15:17 +0100
commit7a0b39ae05f993ad06c4f9d52ea305c9b183c24d (patch)
tree73fd32a735f7c38872ab34340c9e116db9365ab2 /Makefile
parent4090f302f28f7f0d63cc9439d03a6fad7af5bc87 (diff)
downloadrteval-7a0b39ae05f993ad06c4f9d52ea305c9b183c24d.tar.gz
Added a quick'n'dirty implementation of hwlatdetect
Only adds one extra command line argument, --hwlatdetect and the parameters for hwlatdetect are configured in the configuration file, in a separate hwlatdetect section: [hwlatdetect] threshold: 15 # 15 ms window: 1000000 # 1 sec width: 800000 # 800 ms duration: 7200 # 2 hours Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d373860..96c6f75 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ D := 10
PYSRC := rteval/rteval.py \
rteval/cputopology.py \
rteval/cyclictest.py \
+ rteval/HWLatDetect.py \
rteval/dmi.py \
rteval/hackbench.py \
rteval/__init__.py \