ANALYZE PROFILE
ANALYZE PROFILE analyzes a specific query profile on a per-fragment basis, and displays it in a tree structure.
EXPLAIN
EXPLAIN shows the logical or physical execution plans for a query statement.
EXPLAIN ANALYZE
EXPLAIN ANALYZE executes the specified SQL statement, and shows the query profile of this statement.
SHOW PROFILELIST
SHOW PROFILELIST lists the query profile records cached in your StarRocks cluster.