MCPcopy Create free account
hub / github.com/codecombat/codecombat / getMsTime

Function getMsTime

ozaria/site/common/logger.js:3–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const globalVar = require('core/globalVar')
2
3const getMsTime = () => ((window.performance || {}).now() || Date.now())
4
5/**
6 * Tries to send a log to our DataDog log service.

Callers 1

startTimerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected