sapling/eden/fs/store
Adam Simpkins 02faf32c09 pretty-print the output of "eden_store_util show_sizes"
Summary: Use `folly::prettyPrint()` when printing the sizes.

Reviewed By: chadaustin

Differential Revision: D15398827

fbshipit-source-id: 17b1bee7b78f63c5b766aad8a65f1a8f776bf6b4
2019-05-20 11:54:26 -07:00
..
git eden: cmake fixup include directories and deps 2019-03-28 20:57:17 -07:00
hg bump timeout for Mononoke 2019-05-17 09:57:23 -07:00
mononoke improve thrift mononoke backing store implementation 2019-05-02 18:21:49 -07:00
test eden: cmake: initial support for running unit tests 2019-05-03 15:59:45 -07:00
BackingStore.h remove fallback for correcting empty files 2018-10-22 20:27:26 -07:00
BlobAccess.cpp add a BlobAccess API for stateless blob reading 2018-11-26 10:46:51 -08:00
BlobAccess.h add a BlobAccess API for stateless blob reading 2018-11-26 10:46:51 -08:00
BlobCache.cpp only evict when interest handle is dropped if blob wasn't reloaded 2018-12-10 19:30:28 -08:00
BlobCache.h only evict when interest handle is dropped if blob wasn't reloaded 2018-12-10 19:30:28 -08:00
BlobMetadata.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
CMakeLists.txt CMake build scripts for Eden Windows 2019-05-10 18:33:00 -07:00
Diff.cpp Future<T>::then Future<T>::then() -> Future<T>::thenValue or thenTry. 2018-09-14 17:10:57 -07:00
Diff.h add a function for diffing source control commits 2018-03-20 16:47:12 -07:00
eden_store_util.cpp pretty-print the output of "eden_store_util show_sizes" 2019-05-20 11:54:26 -07:00
EmptyBackingStore.cpp run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EmptyBackingStore.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
IObjectStore.h clang-format 2018-10-02 10:07:38 -07:00
KeySpaces.h add a name field to LocalStore::KeySpaceRecord 2019-05-15 12:19:20 -07:00
LocalStore.cpp remove the config parameter from LocalStore 2019-05-15 12:19:20 -07:00
LocalStore.h remove the config parameter from LocalStore 2019-05-15 12:19:20 -07:00
MemoryLocalStore.cpp remove the config parameter from LocalStore 2019-05-15 12:19:20 -07:00
MemoryLocalStore.h remove the config parameter from LocalStore 2019-05-15 12:19:20 -07:00
ObjectStore.cpp folly::Optional -> std::optional 2018-10-23 17:05:11 -07:00
ObjectStore.h add an in-memory LRU for blob metadata 2018-10-22 20:27:27 -07:00
RocksDbLocalStore.cpp remove the config parameter from LocalStore 2019-05-15 12:19:20 -07:00
RocksDbLocalStore.h annotate the fault injector parameter RocksDbLocalStore as non-null 2019-05-15 12:19:20 -07:00
SerializedBlobMetadata.cpp move SerializedBlobMetadata into its own file 2018-10-31 11:50:39 -07:00
SerializedBlobMetadata.h move SerializedBlobMetadata into its own file 2018-10-31 11:50:39 -07:00
SqliteLocalStore.cpp remove the config parameter from LocalStore 2019-05-15 12:19:20 -07:00
SqliteLocalStore.h remove the config parameter from LocalStore 2019-05-15 12:19:20 -07:00
StoreResult.cpp Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00
StoreResult.h Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00