aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/time.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Prefer std::filesystem::exists over FastOS_StatInfoHenning Baldersheim2023-07-251-0/+5
* Workarounds for libc++ 15 are still needed for libc++ 16.Tor Egge2023-04-031-1/+1
* libstdc++ 11 lacks stream operators for duration. Use same workaroundTor Egge2023-03-191-1/+2
* Add workaround for libc++ lacking stream operators for duration.Tor Egge2023-02-111-0/+18
* No longer need the trick for fast clock after we left centos7/rhel7 behindHenning Baldersheim2023-02-081-34/+0
* added utility function for saturated addHåvard Pettersen2023-02-071-0/+13
* Add a simple adjustTimeoutByDetectedHz to compute a suitable timeout/naptime ...Henning Baldersheim2022-02-281-0/+10
* Add a base vespa timer frequency that is used as a base to control poll frequ...Henning Baldersheim2022-02-171-0/+18
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Use std::this_thread::yield()Tor Egge2021-04-281-10/+1
* Use yield instead of pause on arm.Tor Egge2021-04-281-0/+8
* If compiler is clang then disable the clock computation hack.Tor Egge2020-04-231-0/+3
* Elaborate a bit more in the comment.Henning Baldersheim2020-04-211-2/+7
* Revert "Revert "There are so many combinations that the libstdc++ library can...Henning Baldersheim2020-04-211-0/+26
* Revert "There are so many combinations that the libstdc++ library can be buil...Henning Baldersheim2020-04-211-26/+0
* There are so many combinations that the libstdc++ library can be built that t...Henning Baldersheim2020-04-201-0/+26
* system_time and steady_time might have different duration types.Tor Egge2020-01-081-1/+1
* Only expose to_string for system_clockHenning Baldersheim2019-12-191-8/+9
* Drop all of TimeStamp too.Henning Baldersheim2019-12-161-0/+24
* GC unused timestamp in schema.Henning Baldersheim2019-12-161-0/+13
* Use std::chrono.Henning Baldersheim2019-12-091-0/+7
* added time.h to simplify chrono useHåvard Pettersen2019-11-211-0/+9