wxparaver icon indicating copy to clipboard operation
wxparaver copied to clipboard

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 an...

Results 18 wxparaver issues
Sort by recently updated
recently updated
newest added

When generating traces for Paraver we manually set the color palette via the .cfg configuration files, so we can assign darker colors to states that are "normal" and brighter colors...

Hi, The last binary relase of wxparaver (4.11.2) doesn't work in Arch Linux: ``` hop% wxparaver-4.11.2-Linux_x86_64/bin/wxparaver /home/ram/bsc/paraver/wxparaver-4.11.2-Linux_x86_64/bin/wxparaver.bin: symbol lookup error: /usr/lib/libtiff.so.6: undefined symbol: jpeg12_write_raw_data, version LIBJPEG_8.0 ``` The problem can...

Resolves https://github.com/bsc-performance-tools/wxparaver/issues/13

It would be useful to see the sync group of a window without having to right click and hover over the Synchronize menu item, like having it in the timeline...

Hi, We have created a type of timeline where we sort the values of the vertical axis by their value: ![breakdown-pretty](https://github.com/bsc-performance-tools/wxparaver/assets/3866127/f97239ad-6421-411e-b5d7-3b04d01af515) We use it for Nanos6 to show what we...

When computing the aggregate statistics of an histogram showing the "% Time", the Average statistic is computed differently when there are no states for that object: ![bad-histogram](https://user-images.githubusercontent.com/3866127/221642012-2048d972-21c6-4f52-94d0-03275f5c4cbd.png) You can see...

**Affected version:** wxParaver 3.8.1 **Steps to reproduce:** * Open wxParaver * Load any trace * Load any configuration (e.g. hardware counters IPC) and open its associated timeline window * Maximize...

A segfault occurs when attempting to swap rows and columns of a histogram with only a single bin, when viewing of row and column labels is enabled.

Most WM can resize windows without focusing them. Currently, whenever the paraver timeline redraws, it steals focus. This is mildly annoying since it can break the workflow in some WM....