X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=hello%2Fhello.c;h=3bbb2bd94961523bb7721fae991ef5a5740e423a;hb=d0b5f2b948ed0da3f8acd10817f85f5200749121;hp=88087dff3a1a6d36488310f0135e4eba7e58e76e;hpb=a584bc4edb73e3f4c0023c42f2fdbc816fb6eab0;p=lttng-ust.git diff --git a/hello/hello.c b/hello/hello.c index 88087dff..3bbb2bd9 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);