Search Issue Tracker
Fixed in 0.7.0-preview.1
Votes
0
Found in [Package]
0.6.0-preview.1
Issue ID
1228129
Regression
No
Profile Analyzer - 'Select Frames that contain this marker (within whole data set)' looks to show incorrect information
How to reproduce:
1. Download the user-attached profiling data(capture.pdata)
2. Create a new Unity project
3. Import the Profile Analyzer package and load the data
4. In Filters set threads to 'All'
5. Sort the markers by Median
6. Right-click the 'Semaphore.WaitForSignal' entry and select 'Select Frames that contain this marker (within whole data set)'
7. See the graph at the top of the window and the Frame Summary at the top-right
Expected result: frame range is highlighted correctly for the graph, Frame Count matches the Frame Range
Actual result: frame range is not highlighted correctly for the graph, Frame Count does not match the Frame Range(299 frames in range 57-289)
Reproducible with: 2018.4.19f1, 2019.3.6f1, 2020.1.0b2, 2020.2.0a3
Could not test with: 2017.4.38f1(package unavailable)
Reproducible with package versions: preview.5 - 0.4.0, preview.1 - 0.6.0
Notes:
Also reproducible from scratch; for example, profiling the Editor and viewing this information for PanelUpdate.ProfilerWindow I was seeing a Frame Count of 5, but a Frame Range of 1895-1630
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 0.7.0-preview.1):
Correct information now shown