Sign in
eclipse
/
linuxtools
/
org.eclipse.linuxtools
/
157cef69555134fbfd18d381d7d4d97d7987abbf
/
.
/
systemtap
/
org.eclipse.linuxtools.threadprofiler
/
graphtest.stp
blob: 43e2e73ccf8689afbf8e8466f2827ab3182e85d9 [
file
]
global
counter
probe timer
.
s
(
1
)
{
printf
(
"%d, %d, %d"
,
counter
,
counter
*
5
,
counter
*
10
);
counter
++;
}