summaryrefslogtreecommitdiffstats
path: root/src/common/ceph_time.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/ceph_time: fix wrong seconds output in exact_timespan_str()Ronen Friedman2021-10-051-12/+10
* common/ceph_time: do not include non-existent header fileKefu Chai2021-05-021-1/+0
* common/ceph_time: print {milli,nano}seconds as floatKefu Chai2021-01-131-1/+2
* common/ceph_time: add operator<< for signedspanKefu Chai2021-01-081-4/+25
* common/ceph_time: move operator<<(ostream&, timespan&) into std namespaceKefu Chai2021-01-081-7/+9
* common/ceph_time: format duration using libfmtKefu Chai2021-01-081-8/+7
* common/ceph_time: Don't define public things in time_detailAdam C. Emerson2020-09-151-3/+3
* common/ceph_time: Don't indent under namespacesAdam C. Emerson2020-09-151-247/+247
* common: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-11/+13
* common/ceph_time: do not handle negative caseKefu Chai2019-09-301-10/+5
* common/ceph_time: Use fixed floating-point notation for mono_clockVarsha Rao2019-09-171-1/+2
* common/ceph_time: make operator<< for timespan less uselessSage Weil2019-07-151-1/+14
* common/ceph_time: stringify in ISO 8601 formatSage Weil2019-05-291-3/+6
* common/ceph_time: 'mo' for monthSage Weil2019-01-031-4/+2
* common/ceph_time: add parse_timespanSage Weil2019-01-031-0/+84
* common/ceph_time: add exact_timespan_strSage Weil2018-12-191-0/+50
* common/ceph_time: very lame timespan_str() helperSage Weil2018-06-111-0/+47
* log: Mark timestamps for coarseness and print appropriatelyAdam C. Emerson2017-10-071-21/+0
* log: Create log_clock to replace use of utime_tAdam C. Emerson2017-10-061-0/+23
* time: use mach_absolute_time() for monotonic timeKefu Chai2017-09-161-11/+17
* common: Remove redundant includesJos Collin2017-05-261-1/+0
* common: Unskew clockAdam C. Emerson2016-12-221-18/+1
* time: make ceph_time clocks work under OSXYan, Zheng2016-07-181-0/+26
* ceph_time: add operator<< for more clock typesKefu Chai2016-04-301-4/+19
* time: Properly expose coarse clocks and timepointsAdam C. Emerson2016-03-161-1/+1
* time: Have skewing-now call non-skewing nowAdam C. Emerson2016-02-051-12/+6
* time: Add basic support for std::chrono based timeAdam C. Emerson2015-12-181-0/+112