Merge Multi-threading and Optimization into a new Performance section

Close #4112
This commit is contained in:
Nathan Lovato
2020-10-07 13:39:20 -06:00
parent 1a7210d35f
commit db4f7d1e68
24 changed files with 20 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ Tutorials
- :doc:`../tutorials/3d/vertex_animation/animating_thousands_of_fish` - :doc:`../tutorials/3d/vertex_animation/animating_thousands_of_fish`
- :doc:`../tutorials/optimization/using_multimesh` - :doc:`../tutorials/performance/using_multimesh`
Properties Properties
---------- ----------

View File

@@ -27,7 +27,7 @@ Tutorials
- :doc:`../tutorials/3d/using_multi_mesh_instance` - :doc:`../tutorials/3d/using_multi_mesh_instance`
- :doc:`../tutorials/optimization/using_multimesh` - :doc:`../tutorials/performance/using_multimesh`
Properties Properties
---------- ----------

View File

@@ -21,7 +21,7 @@ A synchronization mutex (mutual exclusion). This is used to synchronize multiple
Tutorials Tutorials
--------- ---------
- :doc:`../tutorials/threads/using_multiple_threads` - :doc:`../tutorials/performance/using_multiple_threads`
Methods Methods
------- -------

View File

@@ -21,7 +21,7 @@ A synchronization semaphore which can be used to synchronize multiple :ref:`Thre
Tutorials Tutorials
--------- ---------
- :doc:`../tutorials/threads/using_multiple_threads` - :doc:`../tutorials/performance/using_multiple_threads`
Methods Methods
------- -------

View File

@@ -21,7 +21,7 @@ A unit of execution in a process. Can run methods on :ref:`Object<class_Object>`
Tutorials Tutorials
--------- ---------
- :doc:`../tutorials/threads/using_multiple_threads` - :doc:`../tutorials/performance/using_multiple_threads`
Methods Methods
------- -------

View File

@@ -37,7 +37,7 @@ In 2D, all visible objects are some form of canvas item. In order to be visible,
Tutorials Tutorials
--------- ---------
- :doc:`../tutorials/optimization/using_servers` - :doc:`../tutorials/performance/using_servers`
Methods Methods
------- -------

View File

@@ -98,9 +98,8 @@ The main documentation for the site is organized into the following sections:
tutorials/vr/index tutorials/vr/index
tutorials/plugins/index tutorials/plugins/index
tutorials/platform/index tutorials/platform/index
tutorials/threads/index
tutorials/content/index tutorials/content/index
tutorials/optimization/index tutorials/performance/index
tutorials/misc/index tutorials/misc/index
tutorials/debug/index tutorials/debug/index

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB

View File

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 160 KiB

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 177 KiB

View File

@@ -1,5 +1,5 @@
Optimization Performance
============= ===========
Introduction Introduction
------------ ------------
@@ -74,3 +74,14 @@ GPU
:name: toc-learn-features-3d-optimization :name: toc-learn-features-3d-optimization
optimizing_3d_performance optimizing_3d_performance
Threads
-------
.. toctree::
:maxdepth: 1
:name: toc-learn-features-threads
using_multiple_threads
thread_safe_apis

View File

@@ -1,9 +0,0 @@
Multi-threading
===============
.. toctree::
:maxdepth: 1
:name: toc-learn-features-threads
using_multiple_threads
thread_safe_apis