logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::cpu_clock_ns - Number of nanoseconds on the given cpu's clock

Arguments

cpu
           Which processor's clock to read

Description

       This function returns the number of nanoseconds on the given cpu's clock. This is always monotonic
       comparing on the same cpu, but may have some drift between cpus (within about a jiffy).

Name

       function::cpu_clock_ns - Number of nanoseconds on the given cpu's clock

See Also

tapset::timestamp_monotonic(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::CPU_CLOCK_(3stap)

Synopsis

           cpu_clock_ns:long(cpu:long)

See Also