We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://github.com/imba-tjd/viztracer/pull/1#discussion_r863781996 or https://github.com/imba-tjd/viztracer/pull/1/files/ba2327e2457254fdbbf41062be42b06e481ac96c#diff-d185ee100bb846a83bef32ff1f863d59342312116fc4a44c43a6298aa87f370eL158
It changed
if self.inst_type == "log_var": event = "instant" elif self.inst_type == "log_number": event = "counter"
to
if self.inst_type == "log_number": event = "counter" elif self.inst_type == "log_var": event = "instant"
which is meaningless.
The text was updated successfully, but these errors were encountered:
Agreed that this isn't desired behaviour - we're tracking this here: #102
Closing this as duplicate.
Sorry, something went wrong.
No branches or pull requests
Issue description or question
See https://github.com/imba-tjd/viztracer/pull/1#discussion_r863781996 or https://github.com/imba-tjd/viztracer/pull/1/files/ba2327e2457254fdbbf41062be42b06e481ac96c#diff-d185ee100bb846a83bef32ff1f863d59342312116fc4a44c43a6298aa87f370eL158
It changed
to
which is meaningless.
The text was updated successfully, but these errors were encountered: