소스 검색

Merge pull request #10677 from tetrapod00/no-profiler-macos

Document limitation of Visual Profiler on macOS in Compatibility
Matthew 5 달 전
부모
커밋
9d5712ec5b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      tutorials/scripting/debug/debugger_panel.rst

+ 5 - 0
tutorials/scripting/debug/debugger_panel.rst

@@ -197,6 +197,11 @@ parallel on the GPU. This generally means that disabling only one of the
 features involved won't improve performance as much as anticipated, as the other
 task still needs to be performed sequentially.
 
+.. note::
+
+    The Visual Profiler is not supported when using the Compatibility renderer
+    on macOS, due to platform limitations.
+
 Network Profiler
 ----------------