HPCToolkit/hpcviewer.e4

Add an action to autofit metric columns

Closed this issue · 2 comments

**Describe the feature **
Add a new button to allow users to autofit metric columns based on:

  • the maximum size of header label and the data
  • the size of the data and crop the header's label
  • the sixze of the data and wrap the header's label

Currently only two modes are enabled:

  • the maximum size of header label and the data
  • the size of the data and crop the header's label

The other mode is deferred for 2022.09 release

New action is added into the toolbar:

Autofit based on both header's label and the data
image

Autofit basd on the data only and crop the header's label
image

The multiline wrapped header label is not supported in 2022.06 release.