Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_now_ms
Function
cbm_now_ms
src/foundation/platform.c:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
#define CBM_USEC_PER_SEC 1000000ULL
143
144
uint64_t cbm_now_ms(void) {
145
return cbm_now_ns() / CBM_USEC_PER_SEC;
146
}
147
148
int cbm_nprocs(void) {
149
SYSTEM_INFO si;
Callers
15
main_project_lock_release_fully
Function · 0.85
main_local_cli_mutation_begin_internal
Function · 0.85
run_cli
Function · 0.85
main_deadline_after
Function · 0.85
main_local_transition_acquire
Function · 0.85
main_version_cohort_close
Function · 0.85
main_project_lock_manager_close
Function · 0.85
main_local_transition_close
Function · 0.85
main_hook_absent_notice_due
Function · 0.85
main_daemon_ctl_socket_remaining_ms
Function · 0.85
main_daemon_ctl_wait_for_ui
Function · 0.85
file_list_should_stop
Function · 0.85
Calls
1
cbm_now_ns
Function · 0.85
Tested by
15
diagnostics_wait_for_file
Function · 0.68
frontend_eof_writer
Function · 0.68
frontend_test_release_lease_until
Function · 0.68
frontend_test_read_byte
Function · 0.68
frontend_backpressure_daemon_run
Function · 0.68
frontend_backpressure_frontend_run
Function · 0.68
frontend_backpressure_run_isolated
Function · 0.68
watcher_windows_wait_pid
Function · 0.68
watcher_windows_wait_complete
Function · 0.68
watcher_windows_wait_process_gone
Function · 0.68
watcher_test_wait_pid
Function · 0.68
watcher_test_wait_complete
Function · 0.68