Make Trace Analyzer run again.

This commit is contained in:
Lukas Steiner
2023-02-22 15:18:58 +01:00
parent 1bd6d61d23
commit fe08c833c8
8 changed files with 31 additions and 414 deletions

View File

@@ -57,7 +57,7 @@ PythonCaller::PythonCaller() :
getMetricFunctionName("getMetrics"),
pathToScripts(QApplication::applicationDirPath().toStdString() +
"/../../DRAMSys/traceAnalyzer/scripts/"),
"/../../extensions/apps/traceAnalyzer/scripts/"),
plotsModuleName("plots"),
plotsFunctionName("generatePlots"),
checkDependenciesModuleName("checkDependencies"),