⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

get_timestamp_secs

Function get_timestamp_secs 

Source
pub fn get_timestamp_secs() -> u64
Expand description

Get the current timestamp in seconds since boot.

Computed by dividing the raw hardware tick counter by the platform-specific tick frequency.