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

Chromium trace output does not work #22

Open
bwesen opened this issue Jul 8, 2021 · 0 comments
Open

Chromium trace output does not work #22

bwesen opened this issue Jul 8, 2021 · 0 comments

Comments

@bwesen
Copy link

bwesen commented Jul 8, 2021

When parsing something into the chromium trace format, the JSON that is output is broken, it has a missing field and each element in the array starts with a , which is illegal json format (and the chrome tracing load complains):

[,{"name": "0x0000000000431FD7 [main]","ph": "B","ts": 3627138130963.042,"pid": 10357,"tid": 10357}

This after: # ./nperf trace-events -o main_prof.trace --granularity line main_prof

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

1 participant