bsc-performance-tools / wxparaver

wxParaver is a trace-based visualization and analysis tool designed to study quantitative detailed metrics and obtain qualitative knowledge of the performance of applications, libraries, processors and whole architectures.
http://tools.bsc.es/paraver
GNU Lesser General Public License v2.1
26 stars 3 forks source link

Missing labels in the Color dialog #7

Closed rodarima closed 1 year ago

rodarima commented 1 year ago

I come accross a trace that causes wxparaver 4.10.4 to ignore the labels of the states on the timeline, in the "Colors" dialog.

If I move the mouse on top, the label is displayed properly in the bottom axis of the timeline, but they don't appear in the Colors list. If I export the legend, they are ok too.

missing-label

The PCF contains the values for the states, which are quite large:

EVENT_TYPE
0 36         Label
VALUES
777  Option1
41128910  Option2
263854781  Option3
749550192  Option4
1091980496  Option5
1423278271  Option6
1719266019  Option7

I attach the reproducer missing-labels.zip.

executre commented 1 year ago

Solved in commit 49a05e9

rodarima commented 1 year ago

Thanks, could it be possible to have a patch release that includes this commit?

Solved in commit 49a05e9

-- Reply to this email directly or view it on GitHub: https://github.com/bsc-performance-tools/wxparaver/issues/7#issuecomment-1260722297 You are receiving this because you authored the thread.

Message ID: @.***>

executre commented 1 year ago

You can download a development package with this issue solved from here: https://ftp.tools.bsc.es/wxparaver/4.10.4-devel/wxparaver-4.10.4-devel-Linux_x86_64.tar.bz2

or if you want the source code: https://ftp.tools.bsc.es/wxparaver/4.10.4-devel/wxparaver-4.10.4-devel-src.tar.bz2