MCPcopy Create free account
hub / github.com/browserify/console-browserify / time

Function time

index.js:56–58  ·  view source on GitHub ↗
(label)

Source from the content-addressed store, hash-verified

54}
55
56function time(label) {
57 times[label] = now()
58}
59
60function timeEnd(label) {
61 var time = times[label]

Callers

nothing calls this directly

Calls 1

nowFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…