Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time Profile With Bracketed User Events #48

Open
pplimport opened this issue Apr 22, 2017 · 2 comments
Open

Time Profile With Bracketed User Events #48

pplimport opened this issue Apr 22, 2017 · 2 comments
Assignees
Labels

Comments

@pplimport
Copy link

pplimport commented Apr 22, 2017

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.

@matthiasdiener
Copy link
Contributor

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?

@stwhite91
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants