Add HEAP_PROF_SAMPLE_END event to mark end of samples
This allows a user to observe how long a sampling period lasts so that the time taken can be removed from the profiling output. Fixes #16697
Showing
- docs/users_guide/eventlog-formats.rst 8 additions, 0 deletionsdocs/users_guide/eventlog-formats.rst
- includes/rts/EventLogFormat.h 1 addition, 0 deletionsincludes/rts/EventLogFormat.h
- rts/ProfHeap.c 1 addition, 0 deletionsrts/ProfHeap.c
- rts/Trace.c 7 additions, 0 deletionsrts/Trace.c
- rts/Trace.h 2 additions, 0 deletionsrts/Trace.h
- rts/eventlog/EventLog.c 14 additions, 0 deletionsrts/eventlog/EventLog.c
- rts/eventlog/EventLog.h 1 addition, 0 deletionsrts/eventlog/EventLog.h
Loading
Please register or sign in to comment