Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optick_event name changes #89

Closed
malytomas opened this issue Aug 1, 2019 · 2 comments
Closed

optick_event name changes #89

malytomas opened this issue Aug 1, 2019 · 2 comments
Assignees
Milestone

Comments

@malytomas
Copy link
Contributor

Hi,
would it be possible to disable changes for events with explicitly given names?

This shows empty boxes in the gui:

OPTICK_EVENT("long task (step 1)");
OPTICK_EVENT("long task (step 2)");
OPTICK_EVENT("long task (step 3)");

This should stay as is now:

OPTICK_EVENT(); // takes a simplified name of the function
@bombomby
Copy link
Owner

bombomby commented Aug 2, 2019

Yep, I aggree that it's a quite annoying issue. Optick always tries to strip function parameters an return value to simplify the view. It sholdn't do this for custom names.

@bombomby bombomby self-assigned this Aug 2, 2019
@bombomby bombomby added this to the v1.2.6 milestone Aug 2, 2019
@bombomby
Copy link
Owner

Fixed in the latest release (v1.2.5).

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

No branches or pull requests

2 participants