MCPcopy Create free account
hub / github.com/sql-js/sql.js / toc

Function toc

GUI/deoptimize.gui.js:75–78  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

73if (!window.performance || !performance.now) {window.performance = {now:Date.now}}
74function tic () {tictime = performance.now()}
75function toc(msg) {
76 var dt = performance.now()-tictime;
77 console.log((msg||'toc') + ": " + dt + "ms");
78}
79
80// Add syntax highlihjting to the textarea
81var editor = CodeMirror.fromTextArea(commandsElm, {

Callers 3

executeFunction · 0.70
deoptimize.gui.jsFile · 0.70
savedbFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected