Changeset: 025b7b02d75d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=025b7b02d75d Modified Files: monetdb5/mal/mal_profiler.c Branch: default Log Message:
Only show the closing event per MAL instruction 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 @@ -423,7 +423,7 @@ profilerEvent(MalBlkPtr mb, MalStkPtr st if (getModuleId(pci) == myname) // ignore profiler commands from monitoring return; - if( sqlProfiling) + if( sqlProfiling && !start ) cachedProfilerEvent(mb, stk, pci); if( eventstream) { _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list