Skip to content

Commit 68bd912

Browse files
Add note about "eventlog" and "metrics" commands
1 parent a9058f3 commit 68bd912

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Main.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,9 @@ optsInfo = info (configParser <**> helper)
466466
-- Entry point
467467
-------------------------------------------------------------------------------
468468

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+
--
469472
-- XXX Are the events for a particular thread guaranteed to come in order. What
470473
-- if a thread logged events to a particular capability buffer and then got
471474
-- scheduled on another capability before its eventlog could be flushed from

0 commit comments

Comments
 (0)