Search Issue Tracker
Active
Votes
0
Found in
1.3.3
Issue ID
UUM-138420
Regression
No
Frame time values differ between Profiler and Profile Analyzer when comparing the same marker on the same frame
Reproduction steps:
1. Open the attached "IN-138432_3097806 - Profile Analyzer discrepency.zip" project
2. Open the Profiler (Window > Analysis > Profiler)
3. In the Profiler, click the icon in the top right to load binary profiling information
4. Select and open the file "outfit_designer_scale.data" located in the root of the project
5. Open the Profile Analyzer (Window > Analysis > Profile Analyzer)
6. In the Profile Analyzer, click the "Pull Data" button in the top left
7. Under the list of "Marker Details for current selected range", select "PostLateUpdate.EnlightenRuntimeUpdate" from the list (18th entry)
8. Under the "Marker Summary", observe that frame time information under "Max" entry gives a frame time of 32.47ms on frame 298
9. Click the "298" button
10. Switch to the Profiler
11. Observe the frame time of the highlighted "PostLateUpdate.EnlightenRuntimeUpdate" entry on the CPU usage
Actual result: Frame time in the Profile Analyzer (32.47ms) does not match the given value in the Profiler (0.024ms)
Expected result: Frame time in the Profile Analyzer matches the given value in the Profiler (0.024ms)
Reproducible with: 1.1.1 (2023.2.0a1), 1.3.3 (6000.6.0a2)
Could not test with: 1.1.1 (2023.1.0a3) (Crash on loading binary profiling information)
Reproducible environment: Windows 11
Not reproducible environment: No other environments tested
Note: This discrepancy is not limited to "PostLateUpdate.EnlightenRuntimeUpdate". Other affected markers include PostLateUpdate.UpdateResolution, PreLateUpdate.PhysicsLateUpdate, and Update.DirectorUpdate, among possible others.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment