Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2018.4.X, 2019.4.X, 2020.1.X
Votes
0
Found in
2018.4
2018.4.15f1
2020.2
Issue ID
1260050
Regression
No
[Profiler] ProfilerFrameData.DeleteThreadData generates significant stalls when data from Deep Profiling the Editor gets cleared
Reproduction steps:
1. Open the attached user's project "ProfilerFrameData.zip"
2. Open the Profiler, make sure the record button is not selected and select Deep Profiler and Profile Editor
3. Press record and let the Profiler capture some data but don't let it fill the whole window
4. Press clear after captured data is halfway across the Profiler and stop the recording
5. Select the Hierarchy in the Profiler and search for ProfilerFrameData.DeleteThreadData in the Profiler search field
6. Select the ProfilerFrameData.DeleteThreadData in the Hierarchy and look for the peak near the start of the newly captured data
Expected result: ProfilerFrameData.DeleteThreadData does not generate significant stalls in 1 frame on the main thread when Deep Profiling
Actual result: ProfilerFrameData.DeleteThreadData generates significant stalls in 1 frame on the main thread when Deep Profiling (See attached ProfilerData.mp4)
Reproduces on: 2018.4.24f1, 2019.3.16f1, 2019.4.3f1, 2020.1.0b15, 2020.2.0a17
Notes:
- This issue generates a considerable stall when hitting clear, even on an empty project without entering play mode.
- The main issue is that this will occur when "Clear On Play" is on when entering play mode.
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
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Resolution Note (fix version 2020.1):
Fixed in 2020.1.8f1
Resolution Note (fix version 2019.4):
Fixed in 2019.4.11f1