godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
godot_pluginscript_profiling_data
godot
abi
pluginscript
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow
struct
godot_pluginscript_profiling_data {
godot_string
signature
;
godot_int
call_count
;
godot_int
total_time
;
godot_int
self_time
;
}
Members
Variables
call_count
godot_int
call_count
;
Undocumented in source.
self_time
godot_int
self_time
;
Undocumented in source.
signature
godot_string
signature
;
Undocumented in source.
total_time
godot_int
total_time
;
Undocumented in source.
Meta
Source
See Implementation
godot
abi
pluginscript
structs
godot_pluginscript_instance_data
godot_pluginscript_instance_desc
godot_pluginscript_language_data
godot_pluginscript_language_desc
godot_pluginscript_profiling_data
godot_pluginscript_script_data
godot_pluginscript_script_desc
godot_pluginscript_script_manifest