create directories branches, tags, trunk
[lttv.git] / ltt-usertrace / sample-highspeed.c
index 963a83a700ba7c7aa8ffb704de0da8225c80e2af..bc32e07b932715f9fc8e42bb5674dcf4ae94305f 100644 (file)
@@ -9,8 +9,11 @@
 
 int main(int argc, char **argv)
 {
-       printf("Will trace the following string : Running fast! in a infinite loop.\n");
+       printf("Will trace the following string : Running fast! in an infinite loop.\n");
+       printf("Abort with CTRL-C or it will quickly fill up your disk.\n");
+       printf("See the result file in /tmp/ltt-usertrace.\n");
 
+       int i;
        while(1) {
                trace_user_generic_string("Running fast!");
        }
This page took 0.023111 seconds and 4 git commands to generate.