Changeset: 5a902a46b748 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5a902a46b748
Modified Files:
monetdb5/mal/mal_profiler.c
Branch: holindex
Log Message:
Do not print cpu load in stderr.
diffs (12 lines):
diff --git a/monetdb5/mal/mal_profiler.c b/monetdb5/mal/mal_profiler.c
--- a/monetdb5/mal/mal_profiler.c
+++ b/monetdb5/mal/mal_profiler.c
@@ -1336,7 +1336,7 @@ void HeartbeatCPUload(void *arg)
while(1)
{
(void) getCPULoad(cpuload);
- fprintf(stderr,"cpuload=%lf\n",corestat[256].load);
+ //fprintf(stderr,"cpuload=%lf\n",corestat[256].load);
if (corestat[256].load < thres)
{
IdleFunc(NULL);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list