Stress-test buffer in hello.c
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Aug 2011 20:54:53 +0000 (16:54 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Aug 2011 20:54:53 +0000 (16:54 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/hello/hello.c

index e8eb78efc93adc2779f681825aca79e95adec909..72a30d0996c9c51751492875e3061fd213921baa 100644 (file)
@@ -76,10 +76,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.025284 seconds and 4 git commands to generate.