Lines Matching refs:logHtml
72 App.logHtml("reset db rc =",rc,db.id, db.filename);
104 logHtml: function(...args){ method
116 this.logHtml(banner,
135 this.logHtml(db.id,"metrics:",JSON.stringify(metrics, undefined, ' '));
136 this.logHtml("prepare() count:",metrics.stmtCount);
137 this.logHtml("Time in prepare_v2():",metrics.prepTotal,"ms",
139 this.logHtml("Time in step():",metrics.stepTotal,"ms",
141 this.logHtml("Total runtime:",metrics.evalTimeTotal,"ms");
142 this.logHtml("Overhead (time - prep - step):",
144 this.logHtml(banner,"End of",name);
308 this.logHtml("Loading list of SQL files:", infile);
342 this.logHtml("Loaded",infile);
348 this.logHtml("Fetching",fn,"...");
358 this.logHtml("Fetched",sql.length,"bytes from",fn);
412 this.logHtml("Triggering download of",a.download);
444 this.logHtml("Clearing db",db.id);
488 App.logHtml(dbId,"cache_size =",cacheSize);
501 this.logHtml(dbId,"cache_size =",cacheSize);
511 this.logHtml("Opened db:",dbId,d.filename);
520 this.logHtml("Loaded module:",capi.sqlite3_libversion(), capi.sqlite3_sourceid());
521 this.logHtml("WASM heap size =",wasm.heap8().length);
577 who.logHtml("Run-remaining time:",timeTotal,"ms ("+(timeTotal/1000/60)+" minute(s))");