X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FPacker.js;h=ccf4fbd990062eb0fc2c5de984feb07fb69b1dd9;hp=52f7d369bc70622b868cdd520d70843c5f0c4403;hb=3c287c0bc7f97e6b840f52522b4f4f72f0551669;hpb=e2c3d584c7e94364d71e7dba3a075500df0a4cbc diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 52f7d36..ccf4fbd 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -403,7 +403,7 @@ Packer.prototype = { // and replace if we are generating a different language.. - this.timerPrint("Tokenized"); + this.timerPrint("Tokenized tokens:" + toks.length); //var ts = new TokenStream(toks); //print(JSON.stringify(toks, null,4 )); Seed.quit(); var ts = new Collapse(toks); @@ -426,7 +426,7 @@ Packer.prototype = { if (out.length) { File.write(minfile, out); - this.timerPrint("Write (" + out +") " + minfile); + this.timerPrint("Write (" + out.length + "bytes) " + minfile); } return out;