Changeset: 24b07c0b7c18 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=24b07c0b7c18
Modified Files:
        MonetDB5/mal/mal_runtime.c
Branch: gdk-tracer
Log Message:

Merge mal_runtime.c with default


diffs (30 lines):

diff --git a/MonetDB5/mal/mal_runtime.c b/MonetDB5/mal/mal_runtime.c
--- a/MonetDB5/mal/mal_runtime.c
+++ b/MonetDB5/mal/mal_runtime.c
@@ -140,10 +140,6 @@ runtimeProfileFinish(Client cntxt, MalBl
 
        qtop = j;
        QRYqueue[qtop].query = NULL; /* sentinel for SYSMONqueue() */
-       cntxt->idle = time(0);
-       cntxt->lastcmd = 0;
-       cntxt->workers = 0;
-       cntxt->memoryclaim = 0;
        MT_lock_unset(&mal_delayLock);
 }
 
@@ -193,7 +189,6 @@ runtimeProfileBegin(Client cntxt, MalBlk
                workingset[tid].mb = mb;
                workingset[tid].stk = stk;
                workingset[tid].pci = pci;
-               cntxt->workers ++;
                MT_lock_unset(&mal_delayLock);
        }
        /* always collect the MAL instruction execution time */
@@ -216,7 +211,6 @@ runtimeProfileExit(Client cntxt, MalBlkP
                workingset[tid].mb = 0;
                workingset[tid].stk = 0;
                workingset[tid].pci = 0;
-               cntxt->workers --;
                MT_lock_unset(&mal_delayLock);
        }
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to