You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when deep profiling the callstack is captured and enabled/disabled depending on any calling method being active
Example:
If we patch two different Update methods and one of them has a very large tree, then we remove the one with the large tree the nested calls (found via deep profiling) will still be enabled when we enable the method that does not really have those calls.
2021-03-18-130208.mp4
The text was updated successfully, but these errors were encountered:
Currently when deep profiling the callstack is captured and enabled/disabled depending on any calling method being active
Example:
If we patch two different
Update
methods and one of them has a very large tree, then we remove the one with the large tree the nested calls (found via deep profiling) will still be enabled when we enable the method that does not really have those calls.2021-03-18-130208.mp4
The text was updated successfully, but these errors were encountered: