1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +00:00

testing with ASM cache

This commit is contained in:
jespergravgaard 2022-01-23 21:30:53 +01:00
parent 1ec22515e1
commit c9ec085ad2

View File

@ -226,7 +226,7 @@ public class AsmFragmentTemplateCache {
fragmentFilePrint.close();
final Date after = new Date();
final long millis = after.getTime() - before.getTime();
if(log.isVerboseFragmentLog())
//if(log.isVerboseFragmentLog())
log.append("Saved cached fragments " + this.cache.size() + " to " + cacheFile.getPath() + " in " + millis + "ms");
} catch(IOException e) {
throw new RuntimeException("Error saving fragment cache file " + cacheFile, e);