Search Issue Tracker
Won't Fix
Votes
3
Found in
2018.2.2f1
Issue ID
1071584
Regression
No
"Unaccounted time between: PostLateUpdate.ProfilerEndFrame and Initialization.PlayerUpdateTime" instead of "Gfx.WaitForPresent"
Reproduction steps:
1. Open "adventure-samplegame-webgl.zip" project
2. Build for WebGL
3. Open the Profiler window
4. "CPU Usage" -> "Hierarchy"
Expected Result: "Gfx.WaitForPresent"
Actual Result: "Unaccounted time between: PostLateUpdate.ProfilerEndFrame and Initialization.PlayerUpdateTime"
Reproduced with: 2019.1.0a2, 2018.3.0b4, 2018.2.11f1, 2018.1.9f2, 2017.4.12f1
"Unaccounted time between: PostLateUpdate.ProfilerEndFrame and Initialization.PlayerUpdateTime" Vsync marker instead of "Gfx.WaitForPresent"
Comments (1)
-
roberto_sc
May 21, 2019 06:46
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 (2019.1.X):
It's tricky for us to add a marker here because we don't have native code running at this time.