basic drawing of elementary objects and lines working
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Process_List.c
index 84c66ecaf779ee7bd769cc59dc86cd03ff169028..2e416d078352334274cd5d59a426b33746d9ef38 100644 (file)
@@ -190,7 +190,7 @@ void send_test_data(ProcessList *Process_List)
                        &birth,
                        &height);
 
-       for(i=0; i<150; i++)
+       for(i=0; i<10; i++)
        {
                birth.tv_sec = i*12000;
                birth.tv_nsec = i*55700;
This page took 0.022919 seconds and 4 git commands to generate.