X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=hello%2Fhello.c;h=3bbb2bd94961523bb7721fae991ef5a5740e423a;hb=d0b5f2b948ed0da3f8acd10817f85f5200749121;hp=88087dff3a1a6d36488310f0135e4eba7e58e76e;hpb=f9e5ce615d925102c8cf44f4fe61ab6aacd92c45;p=ust.git diff --git a/hello/hello.c b/hello/hello.c index 88087df..3bbb2bd 100644 --- a/hello/hello.c +++ b/hello/hello.c @@ -63,7 +63,7 @@ int main() printf("Hello, World!\n"); sleep(1); - for(i=0; i<50; i++) { + for(i=0; i<5000; i++) { trace_mark(ust, bar, "str %s", "FOOBAZ"); trace_mark(ust, bar2, "number1 %d number2 %d", 53, 9800); usleep(100000);