ust: continue moving communication stuff to libustcomm and cleanup
[ust.git] / hello / hello.c
index 88087dff3a1a6d36488310f0135e4eba7e58e76e..3bbb2bd94961523bb7721fae991ef5a5740e423a 100644 (file)
@@ -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);
This page took 0.023707 seconds and 4 git commands to generate.