MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / os_clock

Function os_clock

lua/src/loslib.c:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185
186static int os_clock (lua_State *L) {
187 lua_pushnumber(L, ((lua_Number)clock())/(lua_Number)CLOCKS_PER_SEC);
188 return 1;
189}
190
191
192/*

Callers

nothing calls this directly

Calls 1

lua_pushnumberFunction · 0.85

Tested by

no test coverage detected