Open pplimport opened 7 years ago
Original date: 2017-05-24 17:55:51
There have been substantial changes to the visualization of user bracketed events in Projections that are scheduled to be released with 6.8.0, including showing them in the Timelines view. Could you provide us with some test code that illustrates the way your application uses bracketed user events?
Original date: 2018-01-24 21:14:24
I think we can easily enough reproduce this on AMPI. The "Timeline" view displays User Bracketed Events, but the "Time Profile" view does not.
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.