Home
last modified time | relevance | path

Searched refs:epoch (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/detail/
DFutex.cpp73 auto epoch = absTime.time_since_epoch(); in timeSpecFromTimePoint() local
74 if (epoch.count() < 0) { in timeSpecFromTimePoint()
76 epoch = Clock::duration::zero(); in timeSpecFromTimePoint()
85 auto secs = duration_cast<time_t_seconds>(epoch); in timeSpecFromTimePoint()
86 auto nanos = duration_cast<long_nanos>(epoch - secs); in timeSpecFromTimePoint()
/rocksdb-6.9/tools/advisor/advisor/
Ddb_timeseries_parser.py192 for epoch in self.keys_ts[entity][statistics[0]].keys():
194 self.keys_ts[entity][key][epoch]
201 trigger[entity][epoch] = keys
Drule_parser.py96 epoch - self.overlap_time_seconds
97 for epoch in key1_trigger_epochs
/rocksdb-6.9/
DHISTORY.md1005 …s are changed. Instead of per-write stall counts, we now count stalls per-epoch, where epochs are …