1TAPSET::STOPWATCH(3stap) TAPSET::STOPWATCH(3stap)
2
3
4
6 tapset::stopwatch - systemtap stopwatch tapset
7
8
10 delete_stopwatch
11 Remove an existing stopwatch
12
13 See function::delete_stopwatch(3stap)
14 for details.
15
16 start_stopwatch
17 Start a stopwatch
18
19 See function::start_stopwatch(3stap)
20 for details.
21
22 stop_stopwatch
23 Stop a stopwatch
24
25 See function::stop_stopwatch(3stap)
26 for details.
27
28 read_stopwatch_ns
29 Reads the time in nanoseconds for a stopwatch
30
31 See function::read_stopwatch_ns(3stap)
32 for details.
33
34 read_stopwatch_us
35 Reads the time in microseconds for a stopwatch
36
37 See function::read_stopwatch_us(3stap)
38 for details.
39
40 read_stopwatch_ms
41 Reads the time in milliseconds for a stopwatch
42
43 See function::read_stopwatch_ms(3stap)
44 for details.
45
46 read_stopwatch_s
47 Reads the time in seconds for a stopwatch
48
49 See function::read_stopwatch_s(3stap)
50 for details.
51
52
54 function::delete_stopwatch(3stap),
55 function::start_stopwatch(3stap),
56 function::stop_stopwatch(3stap),
57 function::read_stopwatch_ns(3stap),
58 function::read_stopwatch_us(3stap),
59 function::read_stopwatch_ms(3stap),
60 function::read_stopwatch_s(3stap), stap(1), stapprobes(3stap)
61
62
63
64SystemTap Tapset Reference November 2019 TAPSET::STOPWATCH(3stap)