[MDEV-23322] use std::chrono for my_timer_*seconds() functions Created: 2020-07-29 Updated: 2020-08-04 Resolved: 2020-08-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Fix Version/s: | 10.5.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Eugene Kosov (Inactive) | Assignee: | Eugene Kosov (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The goal is to decrease a maintenance burden by replacing a platform-dependent code with cross-platform standard library functions. |
| Comments |
| Comment by Eugene Kosov (Inactive) [ 2020-08-04 ] |
|
Chrono is untolerable slower than homebrew implementation. |