Merge Multi-threading and Optimization into a new Performance section
Close #4112
@@ -29,7 +29,7 @@ Tutorials
|
||||
|
||||
- :doc:`../tutorials/3d/vertex_animation/animating_thousands_of_fish`
|
||||
|
||||
- :doc:`../tutorials/optimization/using_multimesh`
|
||||
- :doc:`../tutorials/performance/using_multimesh`
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
@@ -27,7 +27,7 @@ Tutorials
|
||||
|
||||
- :doc:`../tutorials/3d/using_multi_mesh_instance`
|
||||
|
||||
- :doc:`../tutorials/optimization/using_multimesh`
|
||||
- :doc:`../tutorials/performance/using_multimesh`
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
@@ -21,7 +21,7 @@ A synchronization mutex (mutual exclusion). This is used to synchronize multiple
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`../tutorials/threads/using_multiple_threads`
|
||||
- :doc:`../tutorials/performance/using_multiple_threads`
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
@@ -21,7 +21,7 @@ A synchronization semaphore which can be used to synchronize multiple :ref:`Thre
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`../tutorials/threads/using_multiple_threads`
|
||||
- :doc:`../tutorials/performance/using_multiple_threads`
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
@@ -21,7 +21,7 @@ A unit of execution in a process. Can run methods on :ref:`Object<class_Object>`
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`../tutorials/threads/using_multiple_threads`
|
||||
- :doc:`../tutorials/performance/using_multiple_threads`
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
@@ -37,7 +37,7 @@ In 2D, all visible objects are some form of canvas item. In order to be visible,
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
- :doc:`../tutorials/optimization/using_servers`
|
||||
- :doc:`../tutorials/performance/using_servers`
|
||||
|
||||
Methods
|
||||
-------
|
||||
|
||||
@@ -98,9 +98,8 @@ The main documentation for the site is organized into the following sections:
|
||||
tutorials/vr/index
|
||||
tutorials/plugins/index
|
||||
tutorials/platform/index
|
||||
tutorials/threads/index
|
||||
tutorials/content/index
|
||||
tutorials/optimization/index
|
||||
tutorials/performance/index
|
||||
tutorials/misc/index
|
||||
tutorials/debug/index
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 146 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 177 KiB |
@@ -1,5 +1,5 @@
|
||||
Optimization
|
||||
=============
|
||||
Performance
|
||||
===========
|
||||
|
||||
Introduction
|
||||
------------
|
||||
@@ -74,3 +74,14 @@ GPU
|
||||
:name: toc-learn-features-3d-optimization
|
||||
|
||||
optimizing_3d_performance
|
||||
|
||||
|
||||
Threads
|
||||
-------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:name: toc-learn-features-threads
|
||||
|
||||
using_multiple_threads
|
||||
thread_safe_apis
|
||||
@@ -1,9 +0,0 @@
|
||||
Multi-threading
|
||||
===============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:name: toc-learn-features-threads
|
||||
|
||||
using_multiple_threads
|
||||
thread_safe_apis
|
||||