get_render_counters
Returns Render_counters that contains information about the most recent render for the given render_context_name.
Currently only the gpu renderer is supported.
References:
arguments
-
"flags" : Uint32 (default: 7)
Flags which determine what values are returned. These can be masked together. Defaults to return all except subkey_size.
Possible Values:
- 0x1: Key Values
- 0x2: Key Description
- 0x4: Key Value Unit
- 0x8: Key Subkey Size
-
"key" : String
The starting node key. A key of "" will return the top level node.
-
"max_depth" : Sint32 (default: 0)
The depth of the Render_counters result tree, if set to -1 there is no limit. Defaults to zero levels of iteration one key
-
"render_context_name" : String
The name of the render context to use
-
"scene_name" : String
The name under which the scene is stored in the database.