charmplusplus / projections

Performance Analysis Tool for Charm++
Apache License 2.0
5 stars 3 forks source link

Hash entry method ID to select default colors #144

Closed rbuch closed 2 years ago

rbuch commented 2 years ago

Previously, the default color mapping used in most tools resulted in consecutive entry methods having very similar colors. Now, it uses a hash of the entry method ID, resulting in an increased likelihood of perceptible difference between consecutive entry methods.

matthiasdiener commented 2 years ago

I reenabled CI, but this still needs an empty commit or so to start the CI.

rbuch commented 2 years ago

I reenabled CI, but this still needs an empty commit or so to start the CI.

Thanks, what was the issue, exactly?

matthiasdiener commented 2 years ago

I reenabled CI, but this still needs an empty commit or so to start the CI.

Thanks, what was the issue, exactly?

After 60 days without changes, github disables actions for some reason. You can reenable them here: https://github.com/UIUC-PPL/projections/actions/workflows/test.yml

rbuch commented 2 years ago

I reenabled CI, but this still needs an empty commit or so to start the CI.

Thanks, what was the issue, exactly?

After 60 days without changes, github disables actions for some reason. You can reenable them here: https://github.com/UIUC-PPL/projections/actions/workflows/test.yml

Ah, interesting, I didn't know. Thanks for fixing it!