[Ezbench-dev] [PATCH] templates/events: Always report variance events

Petri Latvala petri.latvala at intel.com
Thu Feb 2 11:51:19 UTC 2017


Empty reports can be super misleading...
---
 templates/events.mako | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/templates/events.mako b/templates/events.mako
index bcc70b1..8ac8709 100755
--- a/templates/events.mako
+++ b/templates/events.mako
@@ -13,10 +13,6 @@
 
     % for c in events:
       <%
-        if (len(events[c]) == 1 and
-          list(events[c].keys())[0] == "variance"):
-          continue
-
         key = key + 1
         id = "events_" + str(key)
 
-- 
2.9.3



More information about the Ezbench-dev mailing list