Remove libust-initializer
[lttng-ust.git] / tests / hello / hello.c
index e8eb78efc93adc2779f681825aca79e95adec909..b265b348f2d0fa8615b194893b15065ecfdc6165 100644 (file)
@@ -28,6 +28,7 @@
 #include <string.h>
 
 #include "ust_tests_hello.h"
+TRACEPOINT_LIB
 
 void inthandler(int sig)
 {
@@ -76,10 +77,11 @@ int main(int argc, char **argv)
 
        sleep(1);
 
-       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.041752 seconds and 4 git commands to generate.