| ggml_time_init | R Documentation |
Initializes the GGML timing system. Call this once at the beginning of the program before using ggml_time_ms() or ggml_time_us().
ggml_time_init()
NULL (invisible)
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.