| ggml_time_us | R Documentation |
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
ggml_time_init()
start <- ggml_time_us()
Sys.sleep(0.001)
elapsed <- ggml_time_us() - start
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.