1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Implemented profiling functions for NativeScript

This commit is contained in:
Marcelo Fernandez
2018-08-20 12:14:52 -03:00
parent 75e540ce72
commit a323b7a1ba
5 changed files with 142 additions and 0 deletions

View File

@@ -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