mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Create a clock class which can be queried for current timestamp in nanoseconds. Also implements a simple HPET class as one possible clock source. Tags: time
15 lines
274 B
C++
15 lines
274 B
C++
LOG(apic, info);
|
|
LOG(device, debug);
|
|
LOG(paging, warn);
|
|
LOG(driver, info);
|
|
LOG(memory, info);
|
|
LOG(fs, info);
|
|
LOG(task, debug);
|
|
LOG(loader, info);
|
|
LOG(boot, debug);
|
|
LOG(syscall,debug);
|
|
LOG(vmem, debug);
|
|
LOG(objs, debug);
|
|
LOG(timer, debug);
|
|
LOG(clock, debug);
|