create directories branches, tags, trunk
[lttv.git] / ltt-usertrace / sample-highspeed.c
index a299fed371a4f597228d2766765c4f7596d01b73..bc32e07b932715f9fc8e42bb5674dcf4ae94305f 100644 (file)
@@ -14,8 +14,7 @@ int main(int argc, char **argv)
        printf("See the result file in /tmp/ltt-usertrace.\n");
 
        int i;
-       //while(1) {
-       for(i=0; i<100000; i++) {
+       while(1) {
                trace_user_generic_string("Running fast!");
        }
        
This page took 0.022696 seconds and 4 git commands to generate.