projects
/
ust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove localerr.h
[ust.git]
/
tests
/
basic_long
/
basic_long.c
1
#include <stdio.h>
2
#include <unistd.h>
3
4
#include
"marker.h"
5
6
7
int
main
()
8
{
9
printf
(
"Basic test program
\n
"
);
10
11
for
(;;) {
12
trace_mark
(
ust
,
bar
,
"str %s"
,
"FOOBAZ"
);
13
trace_mark
(
ust
,
bar2
,
"number1 %d number2 %d"
,
53
,
9800
);
14
usleep
(
1000000
);
15
}
16
17
return
0
;
18
}
19
20
MARKER_LIB
;
This page took
0.031649 seconds
and
4
git commands to generate.