HPCToolkit / hpcviewer.e4

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

meta.db: Entry points need adjustment #230

Closed blue42u closed 2 years ago

blue42u commented 2 years ago
  1. Entry points are currently named by the "canonical name" listed in the pPrettyName field. These names are intended for forward-compatibility cases. They are designed to be human-readable but only within the context of an entry point, having them "loose" like this is confusing.
  2. Entry points are shown in the bottom-up and flat views. Even more confusingly they end up merged into a single row with 100% cost, with an arbitrary name in the scope column.

To Reproduce Occurs in all multithreaded meta.db databases.

Expected behavior Entry points should be named with names befitting their context:

Entry points should not be present in any view besides the top-down view (and trace view).

Screenshots image image image

Platform (please complete the following information):

laksono commented 2 years ago

Fixed in commit d06c2a3263b2c699956b3a6c12f65a73b54288a1