From 6825ac2877635bb055de46c7115ed8ab471560ad Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 24 Jul 2019 14:31:54 +0200 Subject: Improve debugging --- lib/dfatool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dfatool.py') diff --git a/lib/dfatool.py b/lib/dfatool.py index 43e5c9e..c44f4de 100755 --- a/lib/dfatool.py +++ b/lib/dfatool.py @@ -523,7 +523,7 @@ class ParamStats: class TimingData: """ - Loader for timing model traces measured with on-board timers. + Loader for timing model traces measured with on-board timers using ``harness.OnboardTimerHarness``. Excpets a specific trace format and UART log output (as produced by generate-dfa-benchmark.py). Prunes states from output. (TODO) -- cgit v1.2.3