class_performance.rst 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_Performance:
  4. Performance
  5. ===========
  6. **Inherits:** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +----------------------------+-----------------------------------------------------------------------------------------------------+
  13. | :ref:`float<class_float>` | :ref:`get_monitor<class_Performance_get_monitor>` **(** :ref:`int<class_int>` monitor **)** const |
  14. +----------------------------+-----------------------------------------------------------------------------------------------------+
  15. Numeric Constants
  16. -----------------
  17. - **TIME_FPS** = **0**
  18. - **TIME_PROCESS** = **1**
  19. - **TIME_FIXED_PROCESS** = **2**
  20. - **MEMORY_STATIC** = **3**
  21. - **MEMORY_DYNAMIC** = **4**
  22. - **MEMORY_STATIC_MAX** = **5**
  23. - **MEMORY_DYNAMIC_MAX** = **6**
  24. - **MEMORY_MESSAGE_BUFFER_MAX** = **7**
  25. - **OBJECT_COUNT** = **8**
  26. - **OBJECT_RESOURCE_COUNT** = **9**
  27. - **OBJECT_NODE_COUNT** = **10**
  28. - **RENDER_OBJECTS_IN_FRAME** = **11**
  29. - **RENDER_VERTICES_IN_FRAME** = **12**
  30. - **RENDER_MATERIAL_CHANGES_IN_FRAME** = **13**
  31. - **RENDER_SHADER_CHANGES_IN_FRAME** = **14**
  32. - **RENDER_SURFACE_CHANGES_IN_FRAME** = **15**
  33. - **RENDER_DRAW_CALLS_IN_FRAME** = **16**
  34. - **RENDER_USAGE_VIDEO_MEM_TOTAL** = **20**
  35. - **RENDER_VIDEO_MEM_USED** = **17**
  36. - **RENDER_TEXTURE_MEM_USED** = **18**
  37. - **RENDER_VERTEX_MEM_USED** = **19**
  38. - **PHYSICS_2D_ACTIVE_OBJECTS** = **21**
  39. - **PHYSICS_2D_COLLISION_PAIRS** = **22**
  40. - **PHYSICS_2D_ISLAND_COUNT** = **23**
  41. - **PHYSICS_3D_ACTIVE_OBJECTS** = **24**
  42. - **PHYSICS_3D_COLLISION_PAIRS** = **25**
  43. - **PHYSICS_3D_ISLAND_COUNT** = **26**
  44. - **MONITOR_MAX** = **27**
  45. Member Function Description
  46. ---------------------------
  47. .. _class_Performance_get_monitor:
  48. - :ref:`float<class_float>` **get_monitor** **(** :ref:`int<class_int>` monitor **)** const