sapling/eden/fs/utils/test
Adam Simpkins 98f24c34cb add a durationToString() function
Summary:
Add a `durationToString()` function.  This converts a duration value to a
string that can be parsed back with `stringToDuration()`.

Reviewed By: wez, strager

Differential Revision: D15428935

fbshipit-source-id: 2840663385434bc35f04c16d2570fd86e234cb3f
2019-06-11 13:08:29 -07:00
..
test-data read memory stats from /proc/self/statm instead of /proc/self/status 2019-05-28 12:55:41 -07:00
BenchmarkMain.cpp introduce a ProcessAccessLog 2018-09-05 15:06:58 -07:00
BucketedLogTest.cpp Add a BucketedLog for recording pid accesses by second 2018-09-05 15:06:57 -07:00
BugTest.cpp remove eden/fs/utils/test/TestChecks.h 2017-11-15 12:53:55 -08:00
ChronoTest.cpp add a durationToString() function 2019-06-11 13:08:29 -07:00
ChronoUnitTest.cpp add a function to parse a duration string 2019-06-11 13:08:28 -07:00
CMakeLists.txt eden: cmake: initial support for running unit tests 2019-05-03 15:59:45 -07:00
CoverageSetTest.cpp use CoverageSet to drop blobs when they're fully read by FUSE 2018-12-06 12:04:17 -08:00
FaultInjectorTest.cpp add a fault injection framework 2019-02-15 19:27:17 -08:00
IDGenBenchmark.cpp add a benchmark for generateUniqueID 2018-11-07 15:45:50 -08:00
IDGenTest.cpp microoptimize unique ID generation - hot path is six instructions 2018-11-10 11:12:45 -08:00
IoFutureTest.cpp eden: cmake: initial support for running unit tests 2019-05-03 15:59:45 -07:00
LazyInitializeTest.cpp add LazyInitialize to utils 2019-04-08 13:48:14 -07:00
MappedDiskVectorTest.cpp add support for migrating MappedDiskVector record formats 2018-05-09 16:50:52 -07:00
MemoryTest.cpp Print out Journal Info with edenfsctl 2019-06-07 13:37:02 -07:00
PathFuncsTest.cpp Print out Journal Info with edenfsctl 2019-06-07 13:37:02 -07:00
PathMapTest.cpp add convenient operator literals for the various path piece types 2018-05-11 14:52:07 -07:00
ProcessAccessLogBenchmark.cpp replace folly::Baton in existing benchmarks with StartingGate 2018-11-13 15:27:51 -08:00
ProcessAccessLogTest.cpp reenable ProcessNameCache 2019-01-24 15:45:29 -08:00
ProcessNameCacheBenchmark.cpp replace folly::Baton in existing benchmarks with StartingGate 2018-11-13 15:27:51 -08:00
ProcessNameCacheTest.cpp move ProcessNameCache processing onto a background thread 2019-01-24 15:45:29 -08:00
ProcUtilTest.cpp read memory stats from /proc/self/statm instead of /proc/self/status 2019-05-28 12:55:41 -07:00
ScopedEnvVar.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
ScopedEnvVar.h folly::Optional -> std::optional 2018-10-23 18:51:59 -07:00
ServiceAddressTest.cpp Add ServiceAddress to utils 2019-04-12 11:22:25 -07:00
UnixSocketTest.cpp increase the default send timeout on UnixSocket 2019-05-20 11:49:24 -07:00