Open
Description
Original author: Nils Deppe (@nilsdeppe)
Original issue: https://charm.cs.illinois.edu/redmine/issues/1524
Because of the structure of our code, we have only one entry method which then forwards to the correct member function for the data it received. I can trace all the user functions with Charm++ and they show up in Timelines. However, it would be very valuable to us if we could see them in the Time Profile as well. More generally, if bracketed user events could get promoted to being visible everywhere where entry methods are, say by being able to hide/show them like in Timelines that would be really awesome.