Performance
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
add_custom_monitor ( StringName id, Callable callable, Array arguments=[] ) |
get_custom_monitor ( StringName id ) |
|
get_monitor ( Monitor monitor ) const |
|
has_custom_monitor ( StringName id ) |
|
void |
remove_custom_monitor ( StringName id ) |
Enumerations
enum Monitor:
Monitor TIME_FPS = 0
There is currently no description for this enum. Please help us by contributing one!
Monitor TIME_PROCESS = 1
There is currently no description for this enum. Please help us by contributing one!
Monitor TIME_PHYSICS_PROCESS = 2
There is currently no description for this enum. Please help us by contributing one!
There is currently no description for this enum. Please help us by contributing one!
Monitor MEMORY_STATIC = 4
There is currently no description for this enum. Please help us by contributing one!
Monitor MEMORY_STATIC_MAX = 5
There is currently no description for this enum. Please help us by contributing one!
Monitor MEMORY_MESSAGE_BUFFER_MAX = 6
There is currently no description for this enum. Please help us by contributing one!
Monitor OBJECT_COUNT = 7
There is currently no description for this enum. Please help us by contributing one!
Monitor OBJECT_RESOURCE_COUNT = 8
There is currently no description for this enum. Please help us by contributing one!
Monitor OBJECT_NODE_COUNT = 9
There is currently no description for this enum. Please help us by contributing one!
Monitor OBJECT_ORPHAN_NODE_COUNT = 10
There is currently no description for this enum. Please help us by contributing one!
Monitor RENDER_TOTAL_OBJECTS_IN_FRAME = 11
There is currently no description for this enum. Please help us by contributing one!
Monitor RENDER_TOTAL_PRIMITIVES_IN_FRAME = 12
There is currently no description for this enum. Please help us by contributing one!
Monitor RENDER_TOTAL_DRAW_CALLS_IN_FRAME = 13
There is currently no description for this enum. Please help us by contributing one!
Monitor RENDER_VIDEO_MEM_USED = 14
There is currently no description for this enum. Please help us by contributing one!
Monitor RENDER_TEXTURE_MEM_USED = 15
There is currently no description for this enum. Please help us by contributing one!
Monitor RENDER_BUFFER_MEM_USED = 16
There is currently no description for this enum. Please help us by contributing one!
Monitor PHYSICS_2D_ACTIVE_OBJECTS = 17
There is currently no description for this enum. Please help us by contributing one!
Monitor PHYSICS_2D_COLLISION_PAIRS = 18
There is currently no description for this enum. Please help us by contributing one!
Monitor PHYSICS_2D_ISLAND_COUNT = 19
There is currently no description for this enum. Please help us by contributing one!
Monitor PHYSICS_3D_ACTIVE_OBJECTS = 20
There is currently no description for this enum. Please help us by contributing one!
Monitor PHYSICS_3D_COLLISION_PAIRS = 21
There is currently no description for this enum. Please help us by contributing one!
Monitor PHYSICS_3D_ISLAND_COUNT = 22
There is currently no description for this enum. Please help us by contributing one!
Monitor AUDIO_OUTPUT_LATENCY = 23
There is currently no description for this enum. Please help us by contributing one!
There is currently no description for this enum. Please help us by contributing one!
There is currently no description for this enum. Please help us by contributing one!
There is currently no description for this enum. Please help us by contributing one!
There is currently no description for this enum. Please help us by contributing one!
There is currently no description for this enum. Please help us by contributing one!
There is currently no description for this enum. Please help us by contributing one!
There is currently no description for this enum. Please help us by contributing one!
There is currently no description for this enum. Please help us by contributing one!
There is currently no description for this enum. Please help us by contributing one!
Monitor MONITOR_MAX = 33
There is currently no description for this enum. Please help us by contributing one!
Method Descriptions
void add_custom_monitor ( StringName id, Callable callable, Array arguments=[] )
There is currently no description for this method. Please help us by contributing one!
Variant get_custom_monitor ( StringName id )
There is currently no description for this method. Please help us by contributing one!
StringName[] get_custom_monitor_names ( )
There is currently no description for this method. Please help us by contributing one!
float get_monitor ( Monitor monitor ) const
There is currently no description for this method. Please help us by contributing one!
int get_monitor_modification_time ( )
There is currently no description for this method. Please help us by contributing one!
bool has_custom_monitor ( StringName id )
There is currently no description for this method. Please help us by contributing one!
void remove_custom_monitor ( StringName id )
There is currently no description for this method. Please help us by contributing one!