🆕 测量local apic定时器频率

This commit is contained in:
fslongjin
2022-07-11 18:40:23 +08:00
parent 7d64ad6c1a
commit 4c9719f477
11 changed files with 260 additions and 54 deletions

View File

@ -0,0 +1,3 @@
#include "apic_timer.h"
uint64_t apic_timer_ticksIn1ms = 0;