| ggml_time_ms | R Documentation |
Returns the current time in milliseconds since the timer was initialized.
ggml_time_ms()
Numeric value representing milliseconds
ggml_time_init()
start <- ggml_time_ms()
Sys.sleep(0.01)
elapsed <- ggml_time_ms() - start
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.