Home
last modified time | relevance | path

Searched refs:profiling_stop (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/pluginscript/
H A Dpluginscript_language.cpp236 void PluginScriptLanguage::profiling_stop() { in profiling_stop() function in PluginScriptLanguage
238 if (_desc.profiling_stop) { in profiling_stop()
240 _desc.profiling_stop(_data); in profiling_stop()
H A Dpluginscript_language.h118 virtual void profiling_stop();
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/pluginscript/
H A Dpluginscript_language.cpp236 void PluginScriptLanguage::profiling_stop() { in profiling_stop() function in PluginScriptLanguage
238 if (_desc.profiling_stop) { in profiling_stop()
240 _desc.profiling_stop(_data); in profiling_stop()
H A Dpluginscript_language.h118 virtual void profiling_stop();
/dports/www/moodle311/moodle/lib/classes/
H A Dshutdown_manager.php189 profiling_stop();
/dports/www/moodle310/moodle/lib/classes/
H A Dshutdown_manager.php189 profiling_stop();
/dports/www/moodle39/moodle/lib/classes/
H A Dshutdown_manager.php189 profiling_stop();
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/include/pluginscript/
H A Dgodot_pluginscript.h158 void (*profiling_stop)(godot_pluginscript_language_data *p_data); member
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/include/pluginscript/
H A Dgodot_pluginscript.h158 void (*profiling_stop)(godot_pluginscript_language_data *p_data); member
/dports/graphics/gimp-lensfun-plugin/GIMP-Lensfun-c5eaf97/src/
H A Dgimplensfun.cpp895 struct timespec profiling_start, profiling_stop; in process_image() local
1005 clock_gettime(CLOCK_REALTIME, &profiling_stop); in process_image()
1006 … unsigned long long int time_diff = timespec2llu(&profiling_stop) - timespec2llu(&profiling_start); in process_image()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dscript_debugger_local.cpp284 ScriptServer::get_language(i)->profiling_stop(); in profiling_end()
H A Dscript_language.h233 virtual void profiling_stop() = 0;
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dscript_debugger_local.cpp284 ScriptServer::get_language(i)->profiling_stop(); in profiling_end()
H A Dscript_language.h233 virtual void profiling_stop() = 0;
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dscript_debugger_local.cpp402 ScriptServer::get_language(i)->profiling_stop(); in profiling_end()
H A Dscript_language.h353 virtual void profiling_stop() = 0;
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dscript_debugger_local.cpp402 ScriptServer::get_language(i)->profiling_stop(); in profiling_end()
H A Dscript_language.h353 virtual void profiling_stop() = 0;
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/nativescript/
H A Dnativescript.h344 virtual void profiling_stop();
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/nativescript/
H A Dnativescript.h344 virtual void profiling_stop();
/dports/devel/godot2/godot-2.1.6-stable/modules/gdscript/
H A Dgd_script.h392 virtual void profiling_stop();
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/gdscript/
H A Dgd_script.h392 virtual void profiling_stop();
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/
H A Dcsharp_script.h436 /* TODO */ virtual void profiling_stop() {} in profiling_stop() function
/dports/devel/godot/godot-3.2.3-stable/modules/mono/
H A Dcsharp_script.h436 /* TODO */ virtual void profiling_stop() {} in profiling_stop() function
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript.h505 virtual void profiling_stop();

12