From 0e0bdbc89c5c2ae66e64eaf546338d5222fd568b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Thu, 2 Aug 2018 19:09:28 +0200 Subject: [PATCH] Don't print queries to the console to increase trace analyzer responsiveness The tool looses responsiveness when dealing with huge databases. This change is intended to speedup the tool. --- DRAMSys/traceAnalyzer/data/tracedb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DRAMSys/traceAnalyzer/data/tracedb.cpp b/DRAMSys/traceAnalyzer/data/tracedb.cpp index 90cb8565..305ebcb5 100644 --- a/DRAMSys/traceAnalyzer/data/tracedb.cpp +++ b/DRAMSys/traceAnalyzer/data/tracedb.cpp @@ -48,7 +48,7 @@ //define symbol printqueries if all queries should be printed to the console -#define printqueries +//#define printqueries using namespace std;