Changeset: c566524b8301 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c566524b8301
Modified Files:
        clients/mapiclient/tomograph.c
Branch: default
Log Message:

Summarise all states, also WAIT.


diffs (12 lines):

diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c
--- a/clients/mapiclient/tomograph.c
+++ b/clients/mapiclient/tomograph.c
@@ -793,7 +793,7 @@ static void dumpboxes(void)
                                //fprintf(f,""LLFMT" %f 0 0 \n", 
box[i].clkstart, (box[i].memstart/1024.0));
                                fprintf(f, ""LLFMT" %f %f 0 0\n", 
box[i].clkend, (box[i].memend / 1024.0), box[i].footend/1024.0);
                        } else 
-                       if (box[i].state == PING) {
+                       if (box[i].state >= PING) {
                                /* cpu stat events may arrive out of order, 
drop those */
                                if ( box[i].clkstart <= e)
                                        continue;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to