Module time

Source
Expand description

Time utilities for the kernel

This module provides time-related functionality for the kernel, including current time access for filesystem operations.

Functionsยง

current_time
Get the current time in microseconds
current_time_ms
Get the current time in milliseconds
current_time_s
Get the current time in seconds
format_time_us
Convert microseconds to a human-readable format (for debugging)