-
Notifications
You must be signed in to change notification settings - Fork 358
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
Pull 894 - Difficult to view chromium dotnet traces - Always shows 17 ms and can't visualize user code #1315
Comments
@adamsitnik Heres a better one, have a dummy async method GetHello. I looks like it does change times but this time it is 13 ms which the trace should be longer then that |
@jnuic7 could you please provide also the orginial |
@adamsitnik No problem, originally I was just using dotnet trace collect -p 50555 --format chromium but just converted one |
@jnuic7 It looks like a chromium bug. It displays I took the trace file that you have provided and exported it to chromium and speedscope using latest version of After opening with chromium tracing and also web developer tools the time scale shows But speedscope shows the correct time: |
@adamsitnik Great and appreciate the help:) I'll close this out as it seems to be an issue with Chromium. Is there and chance filtering, maybe a dotnet trace param or something is in the works to just see user code? |
You welcome!
BTW you can add this request to this issue: #1301 as we might create a new tool with more powerful filtering soon |
@adamsitnik
Hey Adam, just attaching the chromium file
trace.chromium.txt
The text was updated successfully, but these errors were encountered: