You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use uefi_raw::protocol::misc::{TimestampProperties,TimestampProtocol};
6
9
7
10
/// Protocol for retrieving a high-resolution timestamp counter.
11
+
/// **Note:**
12
+
/// If your UEFI firmware not support timestamp protocol which first added at UEFI spec 2.4 2013.
13
+
/// you also could use `RDTSC` in rust, here is a demo [Slint-UI](https://github.com/slint-ui/slint/blob/2c0ba2bc0f151eba8d1fa17839fa2ac58832ca80/examples/uefi-demo/main.rs#L28-L62) who use uefi-rs.
0 commit comments