Learn R Programming

ggmlR (version 0.6.1)

ggml_cycles_per_ms: Get CPU Cycles per Millisecond

Description

Returns an estimate of CPU cycles per millisecond. Useful for converting cycle counts to time.

Usage

ggml_cycles_per_ms()

Arguments

Value

Numeric value representing cycles per millisecond

Examples

Run this code
# \donttest{
ggml_cycles_per_ms()
# }

Run the code above in your browser using DataLab