Skip to content

en Profiler

oolongho edited this page Jul 16, 2026 · 1 revision

Profiler

Built-in lightweight Profiler, disabled by default, enable on demand:

/wh profiler on       # Enable
/wh profiler          # View report
/wh profiler reset    # Reset data
/wh profiler off      # Disable

The report displays average elapsed time and call count for each module in descending order of total time, helping to locate performance bottlenecks.

Clone this wiki locally