Conversation
| uint64_t start_mark_time = jl_hrtime(); | ||
| JL_PROBE_GC_MARK_BEGIN(); | ||
| { | ||
| JL_TIMING(GC, Mark); |
There was a problem hiding this comment.
@topolarity Is there a way to attach a message? Would be helpful to differentiate between minor and major GC
There was a problem hiding this comment.
In Tracy, we distinguish full sweeps based on the color associated with the event. That's one of the cases we haven't pulled up to a generic API yet:
Lines 3122 to 3127 in 552dd4c
jl_timing_printf and jl_timing_show_* also allow associating strings with events, so we could use that if ITTAPI supports string metadata. Or did you have something more specialized in mind?
There was a problem hiding this comment.
I feel like if we had a conditional event that would be sufficient here.
4c9eadb to
5f86c24
Compare
|
Late to the review, but once again nice work - Nice to have this on master |
Examples:

