timer_ (generation time) (tag)
| timer_float() | Gets the time (in seconds) that has passed since the start of the PHP script execution. |
| timer_start() | Starts the timer for the beginning of the WordPress loading. |
| timer_stop() | Gets the execution time of the PHP script from the moment the page generation starts until this function is called. |