powered by
Returns the current time in microseconds since the timer was initialized. More precise than ggml_time_ms() for micro-benchmarking.
ggml_time_us()
Numeric value representing microseconds
# \donttest{ ggml_time_init() start <- ggml_time_us() Sys.sleep(0.001) elapsed <- ggml_time_us() - start # }
Run the code above in your browser using DataLab