mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-06 13:31:05 +00:00
testing with ASM cache
This commit is contained in:
parent
1ec22515e1
commit
c9ec085ad2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user