summaryrefslogtreecommitdiff
path: root/lib/loader.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/loader.py')
-rw-r--r--lib/loader.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/loader.py b/lib/loader.py
index 568c98c..d2604b7 100644
--- a/lib/loader.py
+++ b/lib/loader.py
@@ -1683,8 +1683,9 @@ class EnergyTraceWithLogicAnalyzer:
dp.run()
energy_trace_new = list()
energy_trace_new.extend(dp.getStatesdfatool(state_sleep=self.state_duration))
- dp.plot()
- # dp.plot(names)
+ # Uncomment to plot traces
+ # dp.plot() # <- plot traces with sync annotatons
+ # dp.plot(names) # <- plot annotated traces (with state/transition names)
energy_trace_new = energy_trace_new[4:]
energy_trace = list()