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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 0.7.0-preview.1):
Correct information now shown