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