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 breakdown missing modules #6

Open
rrhodgson opened this issue Apr 9, 2020 · 0 comments
Open

Time profile breakdown missing modules #6

rrhodgson opened this issue Apr 9, 2020 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@rrhodgson
Copy link
Contributor

rrhodgson commented Apr 9, 2020

The time profile breakdown is missing modules that have run.
The is likely due to using a map with the time as the key.

rtiming[t.second.count()] = t.first;
From Global.cpp in Hadrons::printTimeProfile

So modules that take the same amount of time will collide and overwrite each other

@aportelli aportelli added this to the v1.1 milestone Jun 18, 2020
@aportelli aportelli added the bug Something isn't working label Jun 18, 2020
nelsonlachini pushed a commit to nelsonlachini/Hadrons that referenced this issue May 17, 2021
…n-overhaul

Feature/distillation overhaul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants