MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / _mi_clock_end

Function _mi_clock_end

3rd/mimalloc-2.0.9/src/stats.c:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456mi_msecs_t _mi_clock_end(mi_msecs_t start) {
457 mi_msecs_t end = _mi_clock_now();
458 return (end - start - mi_clock_diff);
459}
460
461
462// --------------------------------------------------------

Callers 2

mi_stat_process_infoFunction · 0.85

Calls 1

_mi_clock_nowFunction · 0.85

Tested by

no test coverage detected