summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/fourteen.stp
blob: dd231696479009a83376887bba92df85de669833 (plain)
1
2
3
4
5
6
#! stap -p4

global i, j
probe timer.jiffies(100) { i++ }
probe timer.jiffies(100).randomize(100) { j++ }
probe end { log ("i=" . string(i) . " j=" . string(j)) }