Changeset: 9957de1dd45c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9957de1dd45c
Modified Files:
monetdb5/mal/mal_profiler.mx
Branch: default
Log Message:
Streamline rendering of status for better display
diffs (16 lines):
diff --git a/monetdb5/mal/mal_profiler.mx b/monetdb5/mal/mal_profiler.mx
--- a/monetdb5/mal/mal_profiler.mx
+++ b/monetdb5/mal/mal_profiler.mx
@@ -562,7 +562,11 @@ offlineProfilerEvent(int idx, MalBlkPtr
log("%d,\t", eventcounter);
}
if (profileCounter[PROFstart].status) {
- log("\"%s\",\t", start?"start":"done");
+ if ( start) {
+ log0("\"start\",\t");
+ } else {
+ log0("\"done\" ,\t");
+ }
}
if (profileCounter[PROFtime].status) {
char *tbuf, *c;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list