#19157 closed enhancement (fixed)
Remove PHP4 compat from timer functions
| Reported by: | solarissmoke | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Performance | Version: | 3.3 |
| Severity: | minor | Keywords: | has-patch 3.4-early |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Use microtime() with get_as_float