#19157 closed enhancement (fixed)
Remove PHP4 compat from timer functions
Reported by: | solarissmoke | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | minor | Version: | 3.3 |
Component: | Performance | Keywords: | has-patch 3.4-early |
Focuses: | Cc: |
Description
The timer_start/stop
functions are using microtime()
in PHP4 compat mode, without the get_as_float
argument. We can make them all much simpler, see patch. Also fixes some of the inline docs.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Use microtime() with get_as_float