Skip to content

Commit

Permalink
- removed cachemap-dump if hpcom-dump-flag is set
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24788 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Marcus Walther committed Feb 26, 2015
1 parent 997ee5f commit 44bbb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/HpcOmMemory.mo
Expand Up @@ -302,8 +302,8 @@ encapsulated package HpcOmMemory
end if;
//print cache map
if Flags.isSet(Flags.HPCOM_DUMP) then
printCacheMap(cacheMap);
print("\n");
//printCacheMap(cacheMap);
//print("\n");
//evaluateCacheBehaviour(cacheMap, iTaskGraphT, nodeSimCodeVarMapping, scVarCLMapping, iNumberOfThreads, numCL, iSchedulerInfo);
end if;
then SOME(tmpMemoryMap);
Expand Down

0 comments on commit 44bbb15

Please sign in to comment.