Search Issue Tracker

Not Reproducible

Votes

0

Found in

5.4.2f2

Issue ID

859299

Regression

No

For built projects Deep Profile is enabled when button displayed as it is turned off

Profiling

-

Reproduction steps:
1) Download and open "859299_DeepProfileInverted.zip" project
2) Build and run "ScA" scene on any platform
3) Open profiler window and profile installed game
Results:
4) Press "Deep Profile" (Turn it on)
-- Notice that in "CPU Usage"s Overview section "BehaviourUpdate" has only one method shown ("LogStringToConsole")
5) Press "Deep Profile" again (Turn it off)
-- Notice that in "CPU Usage"s Overview section "BehaviourUpdate" has more information - called method is displayed (UpdateCaller.Update())

Expected result:
"Deep Profile" active button should be inverted:
Enabled "Deep Profile" - BehaviourUpdate should show "UpdateCaller.Update()" method (as it is being called)
Disabled "Deep Profile" - BehaviourUpdate should show only "LogStringToConsole"
Expected result can be observed when profiling project run in Editor

Reproduced with:
5.3.7p3, 5.4.4f1, 5.5.0p3, 5.6.0b2;

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.