Github user zuyu commented on a diff in the pull request:
https://github.com/apache/incubator-quickstep/pull/36#discussion_r67445043
--- Diff: CMakeLists.txt ---
@@ -185,6 +185,11 @@ if (ENABLE_GOOGLE_PROFILER)
set(LIBS ${LIBS} profiler)
endif()
+# This option enables profiling individual work order performances. If
enabled,
+# at the end of each query execution, we print on stdout in CSV format the
+# statistics about every work order that was executed.
+option(ENABLE_WORKORDER_PROFILING "Enable profiling individual WorkOrder
execution" OFF)
--- End diff --
What do you think of using `gflags` in the run-time, instead of this
compilation time flag?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---