-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.
Description
Steps to Reproduce
- Create an application to profile (with
DOTNET_DiagnosticPortsand others) - Create a ~100ms running operation on a button event
- profile the application and press the button every second
Expected Behavior
Periods between button presses show empty frames in speedscope when the application does nothing (presumably while the thread is sleeping)
Actual Behavior
The last captured frame is repeated until the thread it resumed.
Version Information
.NET 6 Preview 7
Log File
Example trace:
uno-app-trace.speedscope.json.zip
You can observe large portions of traces that are repeated incorrectly while the thread is sleeping:
Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.
