puffin
puffin copied to clipboard
Don't merge scopes that have non-matching dynamic data
Scopes can have dynamic data, like this:
puffin::profile_scope!("my_scope_id", my_dynamic_data);
However, puffin's UI still happily merges blocks with different dynamic data together if merging is enabled. It would be nice with a mode that would only merge identical blocks if their dynamic data is also identical, not if it's different.
Unrelated note: I wasn't aware of "dynamic data", but can perhaps utilize this to resolve #60 in some way.
@repi, your PR https://github.com/EmbarkStudios/puffin/pull/102 fixes this right?
ah yes! didn't know we had an issue on it, was just a 10 min fix. will mark it resolved by my PR