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

Activity colouring depending on HEC usage #82

Open
varosi opened this issue Mar 6, 2018 · 2 comments
Open

Activity colouring depending on HEC usage #82

varosi opened this issue Mar 6, 2018 · 2 comments

Comments

@varosi
Copy link

varosi commented Mar 6, 2018

Intel VTune have similar profiling information which is helping to find places where not all available cores (HECs) are used.
The idea is to use tri-color/semaphore (red, yellow, green) to paint the activity diagram depending on HEC usage. For example, if activity is less than 50% it's red, less than 75% yellow and more - green. So programs are pushed toward more parallel computations.

Actual HEC activity could be painted, too.

@Mikolaj
Copy link
Member

Mikolaj commented Mar 6, 2018

I don't remember if it's enabled by default, but doesn't the graph where the height of stuff depends on how many HECs are used suffice?

@varosi
Copy link
Author

varosi commented Mar 6, 2018

Yes, it is, but not obvious enough in my opinion. It'll guide more into the best direction.

btw, other way of representing this is to paint the background only in three colors.

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

No branches or pull requests

3 participants