Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 195 Bytes

profiling.md

File metadata and controls

11 lines (9 loc) · 195 Bytes

Creating and clearing profiles

set profiling = 0;
show profiles;

SET @@profiling = 0;
SET @@profiling_history_size = 0;
SET @@profiling_history_size = 100; 
SET @@profiling = 1;