new ltt-usertrace
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 9 Mar 2006 23:00:04 +0000 (23:00 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 9 Mar 2006 23:00:04 +0000 (23:00 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1654 04897980-b3bd-0310-b5e0-8ef037075253

ltt-usertrace/sample-thread-fast.c

index d81255fc0d5c3c695dee1082032a7bf29b6493ca..46ffbd12ff3f5b27df1e307763204cf6e37fd1c0 100644 (file)
@@ -17,7 +17,7 @@ void *thr1(void *arg)
        printf("thread 1, thread id : %lu, pid %lu\n", pthread_self(), getpid());
 
        for(i=0; i<100000; i++) {
-//             trace_user_generic_string("Hello world! Have a nice day.");
+               trace_user_generic_string("Hello world! Have a nice day.");
        }
        pthread_exit((void*)1);
 }
This page took 0.023814 seconds and 4 git commands to generate.