Adds profile command
wp package install wp-cli/profile-command
wp package list
See the commands you can run
wp profile --help
–spotlight eliminates all 0 values
See query time, number of queries, cache hits, etc
wp profile stage --all --spotlight
Profile a given hook (ex. init)
wp profile hook init --spotlight