Changeset: 652fff7b3260 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/652fff7b3260
Modified Files:
monetdb5/mal/mal_profiler.c
Branch: Jun2020_prof_ext
Log Message:
Add logging of MAL event when pc==1 also.
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
@@ -650,7 +650,7 @@ profilerEvent(Client cntxt, MalBlkPtr mb
return;
if(maleventstream) {
- if( mb && (getPC(mb,pci) == 0) && start == FALSE) {
+ if( mb && (getPC(mb,pci) == 0 || getPC(mb,pci) == 1) && start
== FALSE) {
renderProfilerEvent(cntxt, mb, stk, pci, start);
}
if (!start && pci->pc ==0)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]