MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / xs_time_ticks

Function xs_time_ticks

modules/base/time/win/modTime.c:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void xs_time_ticks(xsMachine *the)
45{
46 c_timeval tv;
47 c_gettimeofday(&tv, NULL);
48 xsResult = xsNumber((uint32_t)(uint64_t)(((double)(tv.tv_sec) * 1000.0) + ((double)(tv.tv_usec) / 1000.0)));
49}
50
51void xs_time_delta(xsMachine *the)
52{

Callers

nothing calls this directly

Calls 1

c_gettimeofdayFunction · 0.85

Tested by

no test coverage detected