Scroll to navigation

TAPSET::STOPWATCH(3stap) TAPSET::STOPWATCH(3stap)

NAME

tapset::stopwatch - systemtap stopwatch tapset

DESCRIPTION

Remove an existing stopwatch
See function::delete_stopwatch(3stap)
for details.
Start a stopwatch
See function::start_stopwatch(3stap)
for details.
Stop a stopwatch
See function::stop_stopwatch(3stap)
for details.
Reads the time in nanoseconds for a stopwatch
See function::read_stopwatch_ns(3stap)
for details.
Reads the time in microseconds for a stopwatch
See function::read_stopwatch_us(3stap)
for details.
Reads the time in milliseconds for a stopwatch
See function::read_stopwatch_ms(3stap)
for details.
Reads the time in seconds for a stopwatch
See function::read_stopwatch_s(3stap)
for details.

SEE ALSO

function::delete_stopwatch(3stap), function::start_stopwatch(3stap), function::stop_stopwatch(3stap), function::read_stopwatch_ns(3stap), function::read_stopwatch_us(3stap), function::read_stopwatch_ms(3stap), function::read_stopwatch_s(3stap), stap(1), stapprobes(3stap)

May 2022 SystemTap Tapset Reference