hello2: updates
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 30 Jul 2009 19:33:52 +0000 (15:33 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 30 Jul 2009 19:33:52 +0000 (15:33 -0400)
tests/hello2/hello2.c

index 5e7383e5fa5dbbd9789e4c1400c70f752f6608c8..bd3856cb810039036415cd0b45f82bc338e3feae 100644 (file)
@@ -7,7 +7,6 @@ int main()
 {
        int i;
        struct timespec tv;
-       struct timespec rem;
        int result;
 
        tv.tv_sec = 1;
@@ -24,6 +23,9 @@ int main()
                trace_mark(ust, bar2, "number1 %d number2 %d", (int)53, (int)9800);
        }
 
+//     ltt_trace_stop("auto");
+//     ltt_trace_destroy("auto");
+
        return 0;
 }
 MARKER_LIB;
This page took 0.023824 seconds and 4 git commands to generate.