Performance Schema performance_timers Table
The performance_timers table lists available event timers (cycle, nanosecond, microsecond, millisecond) and their overhead characteristics.
Description
Column
Description
Example
SELECT * FROM performance_timers;
+-------------+-----------------+------------------+---------------------+
| TIMER_NAME | TIMER_FREQUENCY | TIMER_RESOLUTION | TIMER_OVERHEAD |
+-------------+-----------------+------------------+---------------------+
| CYCLE | 2293651741 | 1 | 28 |
| NANOSECOND | 1000000000 | 1 | 48 |
| MICROSECOND | 1000000 | 1 | 52 |
| MILLISECOND | 1000 | 1000 | 9223372036854775807 |
| TICK | 106 | 1 | 496 |
+-------------+-----------------+------------------+---------------------+PreviousPerformance Schema objects_summary_global_by_type TableNextPerformance Schema prepared_statements_instances Table
Last updated
Was this helpful?

