MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / _mi_clock_end

Function _mi_clock_end

system/lib/mimalloc/src/stats.c:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534mi_msecs_t _mi_clock_end(mi_msecs_t start) {
535 mi_msecs_t end = _mi_clock_now();
536 return (end - start - mi_clock_diff);
537}
538
539
540// --------------------------------------------------------

Callers 2

mi_process_infoFunction · 0.85

Calls 1

_mi_clock_nowFunction · 0.85

Tested by

no test coverage detected