_sqp_profile_all

SQL

procedure _sqp_profile_all(IN enable BOOLEAN);


Parametry

enable
switch on/off


Od verze

9.5.1

Popis

This procedure enables (enable = TRUE) and disables (enable = FALSE) the concurrent profiling of all threads.

If you want to get the information whether the profiling of all threads is enabled, call the Get_server_info function with the OP_GI_PROFILING_ALL parameter.

Viz