diff options
author | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-08-20 12:14:52 -0300 |
---|---|---|
committer | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-08-22 15:40:41 -0300 |
commit | a323b7a1ba0082967df22411519c713348514b38 (patch) | |
tree | 65e6f8a538898e3e271e8726f166610fe62ec9ec /modules/gdnative/include/nativescript | |
parent | 75e540ce7259adbe1b1d4b22f2444078953da494 (diff) |
Implemented profiling functions for NativeScript
Diffstat (limited to 'modules/gdnative/include/nativescript')
-rw-r--r-- | modules/gdnative/include/nativescript/godot_nativescript.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdnative/include/nativescript/godot_nativescript.h b/modules/gdnative/include/nativescript/godot_nativescript.h index 1c5422d723..29bd9eec5a 100644 --- a/modules/gdnative/include/nativescript/godot_nativescript.h +++ b/modules/gdnative/include/nativescript/godot_nativescript.h @@ -238,6 +238,8 @@ void GDAPI godot_nativescript_unregister_instance_binding_data_functions(int p_i void GDAPI *godot_nativescript_get_instance_binding_data(int p_idx, godot_object *p_object); +void GDAPI godot_nativescript_profiling_add_data(const char *p_signature, uint64_t p_time); + #ifdef __cplusplus } #endif |