Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
d3cd4ec8
by Wen Kokke at 2025-07-15T14:06:39-04:00
1 changed file:
Changes:
| ... | ... | @@ -693,6 +693,8 @@ A single fixed-width event emitted during program start-up describing the sample |
| 693 | 693 | :field String: retainer filter
|
| 694 | 694 | :field String: biography filter
|
| 695 | 695 | |
| 696 | +The profile ID field is reserved for future use.
|
|
| 697 | + |
|
| 696 | 698 | Cost centre definitions
|
| 697 | 699 | ^^^^^^^^^^^^^^^^^^^^^^^
|
| 698 | 700 | |
| ... | ... | @@ -792,6 +794,7 @@ Otherwise, a :event-type:`HEAP_PROF_SAMPLE_STRING` event is emitted instead. |
| 792 | 794 | :field Word8: stack depth
|
| 793 | 795 | :field Word32[]: cost centre stack starting with inner-most (cost centre numbers)
|
| 794 | 796 | |
| 797 | +The profile ID field is reserved for future use.
|
|
| 795 | 798 | |
| 796 | 799 | String break-down
|
| 797 | 800 | ^^^^^^^^^^^^^^^^^
|
| ... | ... | @@ -818,6 +821,8 @@ If the heap profile type is set to :rts-flag:`-hc` or :rts-flag:`-hb`, a :event- |
| 818 | 821 | :field Word64: heap residency in bytes
|
| 819 | 822 | :field String: sample label
|
| 820 | 823 | |
| 824 | +The profile ID field is reserved for future use.
|
|
| 825 | + |
|
| 821 | 826 | .. _time-profiler-events:
|
| 822 | 827 | |
| 823 | 828 | Time profiler event log output
|