debian man page for function::get_cycles

Query: function::get_cycles

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

function::get_cycles

FUNCTION:(3stap)						Timestamp Functions						  FUNCTION:(3stap)

NAME
function::get_cycles - Processor cycle count
SYNOPSIS
get_cycles:long()
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. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
Related Man Pages
function::ansi_set_color2(3) - debian
tapset::ansi(3stap) - centos
tapset::errno(3stap) - centos
tapset::queue_stats(3stap) - centos
tapset::string(3stap) - centos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?