Changeset: c38a99467185 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c38a99467185 Modified Files: monetdb5/mal/mal_profiler.c Branch: Jan2022_prof_ext Log Message:
Fix format 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 -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org