HPCToolkit / hpcviewer.e4

Eclipse 4 version of hpcviewer
Other
9 stars 0 forks source link

renumber metrics #151

Open jmellorcrummey opened 2 years ago

jmellorcrummey commented 2 years ago

the last time that i checked, hpcviewer used a sparse set of (sometimes) large numbers for metric indices. it should not present such numbers. if such numbers arise (perhaps while computing metrics in the viewer), we should build a bi-directional map from internal sparse metric indices to a set of dense small indices. a hash table can be used for the sparse to dense mapping. an array can map back to internal sparse metric indices if necessary.

blue42u commented 2 years ago

This repository has moved to GitLab, please continue this issue there.