Home
last modified time | relevance | path

Searched refs:time_ns (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dsocd_client.c119 uint64_t time_ns; in socd_client_trace() local
161 absolutetime_to_nanoseconds(mach_continuous_time(), &time_ns); in socd_client_trace()
162 entry.timestamp = time_ns; in socd_client_trace()
/xnu-12377.61.12/tools/lldbmacros/
H A Drecount.py282 time_ns = kern.GetNanotimeFromAbstime(time)
283 total_time_ns += time_ns
285 time = time_ns / 1e9
290 freq = cycles / time_ns if time_ns != 0 else 0