Changeset: 58cc2774f9e5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/58cc2774f9e5
Modified Files:
monetdb5/mal/mal_profiler.c
Branch: sql_profiler
Log Message:
Fix format output of json objs.
diffs (19 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
@@ -192,12 +192,12 @@ prepareGenericEvent(str phase, struct Ge
if (logadd(&logbuf,
"{"
"\"version\":\""MONETDB_VERSION" (hg id: %s)\""
- ",\"clk\":"LLFMT
- ",\"mclk\":%"PRIu64""
+ ",\"clk\":"ULLFMT
+ ",\"mclk\":"ULLFMT
",\"thread\":%d"
",\"phase\":\"%s\""
",\"state\":\"done\""
- ",\"usec\":"LLFMT
+ ",\"usec\":"ULLFMT
",\"clientid\":\"%d\""
",\"transactionid\":"ULLFMT
",\"tag\":"OIDFMT
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]