mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
5 lines
202 B
Text
5 lines
202 B
Text
The old benchmarking functionality in `std.datetime` has been removed.
|
|
|
|
It had been deprecated in 2.077.0 in favor of
|
|
`std.datetime.stopwatch`, which uses `core.time.MonoTime` and
|
|
`core.time.Duration`.
|