It would be really nice if we could get a count of the GC time within a region. We get allocations, which is useful, but it would be nice to immediately tie the large number of allocations to the large runtime, in some cases. I know that @time has access to this information, hopefully it's not too difficult to add it into this as well.
It would be really nice if we could get a count of the GC time within a region. We get allocations, which is useful, but it would be nice to immediately tie the large number of allocations to the large runtime, in some cases. I know that
@timehas access to this information, hopefully it's not too difficult to add it into this as well.