X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;fp=tests%2Fhello%2Fhello.c;h=72a30d0996c9c51751492875e3061fd213921baa;hb=c95f3a3ac6e7379f8c969492c18976fabb08894e;hp=e8eb78efc93adc2779f681825aca79e95adec909;hpb=8b62831e4788915a0cc2726794086d2b9eb6bd46;p=lttng-ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index e8eb78ef..72a30d09 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -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; }