Export consumer ABI, implement ring buffer modifications for consumer
[lttng-ust.git] / tests / hello / hello.c
index e8eb78efc93adc2779f681825aca79e95adec909..03d07b675e8e99107ec12c78bd6a5de1f4ef9815 100644 (file)
@@ -74,12 +74,13 @@ int main(int argc, char **argv)
 
        printf("Hello, World!\n");
 
-       sleep(1);
+       sleep(10);
 
-       for (i = 0; i < 50; i++) {
+       //for (i = 0; i < 50; i++) {
+       for (i = 0; i < 1000000; i++) {
                tracepoint(ust_tests_hello_tptest, i, values,
                           text, strlen(text), dbl, flt);
-               usleep(100000);
+               //usleep(100000);
        }
        return 0;
 }
This page took 0.024326 seconds and 4 git commands to generate.