Changeset: 64a585cf3b63 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/64a585cf3b63
Modified Files:
monetdb5/mal/mal_profiler.c
Branch: sql_profiler
Log Message:
Get rid of more useless fields.
diffs (18 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
@@ -275,14 +275,12 @@ prepareMalEvent(Client cntxt, MalBlkPtr
",\"clk\":%"PRIu64""
",\"thread\":%d"
",\"phase\":\"%s\""
- ",\"program\":\"%s.%s\""
",\"pc\":%d"
",\"tag\":"OIDFMT,
cntxt->idx,
mclk,
THRgettid(),
phase_descriptions[MAL_ENGINE],
- getModuleId(getInstrPtr(mb, 0)),
getFunctionId(getInstrPtr(mb, 0)),
mb?getPC(mb,pci):0,
stk?stk->tag:0))
goto cleanup_and_exit;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]