mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
1 line
317 B
ReStructuredText
1 line
317 B
ReStructuredText
If you want to examine query performance, enable the **Running Queries: Debug** setting to include timing and tuple counts. This is shown in the logs in the CodeQL Query Server tab of the Output view. The tuple count is useful because it indicates the size of the :ref:`predicates <predicates>` computed by the query. |