🆕 使用rdtsc进行精确定时

This commit is contained in:
fslongjin
2022-07-27 21:19:59 +08:00
parent 4bc64de8f9
commit 90203803d3
2 changed files with 20 additions and 10 deletions

View File

@ -5,6 +5,7 @@
#include <common/stdio.h>
#include <common/compiler.h>
#include <common/libELF/elf.h>
#include <common/time.h>
#include <driver/video/video.h>
#include <driver/usb/usb.h>
#include <exception/gate.h>