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)