JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 2b90244..ccf4fbd 100644 (file)
@@ -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;