Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
534
mi_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_os_alloc_huge_os_pages
Function · 0.85
mi_process_info
Function · 0.85
Calls
1
_mi_clock_now
Function · 0.85
Tested by
no test coverage detected