We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9058f3 commit 68bd912Copy full SHA for 68bd912
1 file changed
src/Main.hs
@@ -466,6 +466,9 @@ optsInfo = info (configParser <**> helper)
466
-- Entry point
467
-------------------------------------------------------------------------------
468
469
+-- XXX Add two different commands "hperf eventlog" and "hperf metrics", one for
470
+-- eventlog analysis and the other for metrics collected by other methods.
471
+--
472
-- XXX Are the events for a particular thread guaranteed to come in order. What
473
-- if a thread logged events to a particular capability buffer and then got
474
-- scheduled on another capability before its eventlog could be flushed from
0 commit comments