Skip to content

Table Enhancement#691

Draft
Sajeeth-Wimalasuriyan wants to merge 1 commit intodevfrom
swimalas/table_enhancement
Draft

Table Enhancement#691
Sajeeth-Wimalasuriyan wants to merge 1 commit intodevfrom
swimalas/table_enhancement

Conversation

@Sajeeth-Wimalasuriyan
Copy link
Contributor

Added metric ID column, description tooltip on hover, and right-click copy support to the compute table view.

Comment on lines +262 to +264
std::string metric_id = std::to_string(cat.id) + "." +
std::to_string(tbl_id) + "." +
std::to_string(eid);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be better to not have to do this concatenation every frame

Comment on lines +288 to +289
char buf[64];
snprintf(buf, sizeof(buf), "%.2f", mv->values.begin()->second);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we avoid memcopy every frame?

@tomk-amd tomk-amd marked this pull request as draft February 26, 2026 23:06
@tomk-amd
Copy link
Collaborator

Changing this to a draft. It will need to be reworked or ported after Table Widget PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants