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::get_cycles - Processor cycle count

Arguments

       None

Description

       This function returns the processor cycle counter value if available, else it returns zero. The cycle
       counter is free running and unsynchronized on each processor. Thus, the order of events cannot determined
       by comparing the results of the get_cycles function on different processors.

Name

       function::get_cycles - Processor cycle count

See Also

tapset::timestamp(3stap)

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

Synopsis

           get_cycles:long()

See Also