X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FPacker.js;h=ccf4fbd990062eb0fc2c5de984feb07fb69b1dd9;hp=2b90244615374135033b52133a2c55e756419d8d;hb=3c287c0bc7f97e6b840f52522b4f4f72f0551669;hpb=1c112ad8d5cecd0351642c79419edab08e1a9074 diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 2b90244..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,6 +426,7 @@ Packer.prototype = { if (out.length) { File.write(minfile, out); + this.timerPrint("Write (" + out.length + "bytes) " + minfile); } return out;