sapling/eden/fs/store/hg
Matt Glazar 11195c2b0b Rename ThreadLocalEdenStats to EdenStats
Summary:
I'm confused by the naming of EdenThreadStats and ThreadLocalEdenStats. For example, when I see "ThreadLocalEdenStats", I think that such objects can only be accessed by one thread. That's definitely not what "ThreadLocalEdenStats" means!

I think the following naming scheme makes more sense:

* **EdenThreadStats**: Statistics which are updated by one thread. Currently called EdenThreadStats.
* **EdenStats**: Statistics for all threads. Provides access to EdenThreadStats. Currently called ThreadLocalEdenStats.

Implement my preferred scheme: rename ThreadLocalEdenStats to EdenStats.

This diff should not change behavior.

Note: Prior to D14822274, EdenThreadStats was called EdenStats.

Reviewed By: simpkins

Differential Revision: D14822271

fbshipit-source-id: bd20179b1010588e3fc16dc9ed0657d458606f16
2019-04-14 20:45:16 -07:00
..
test Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00
CMakeLists.txt Use MononokeCurlBackingStore in HgBackingStore 2019-03-11 14:34:09 -07:00
hg_import_helper.py Fix hg_import_helper import path 2019-01-30 14:49:01 -08:00
HgBackingStore.cpp Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00
HgBackingStore.h Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00
HgImporter.cpp Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00
HgImporter.h Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00
HgImportPyError.cpp include the exception type name in hg_import_helper.py errors 2017-11-15 13:31:58 -08:00
HgImportPyError.h include the exception type name in hg_import_helper.py errors 2017-11-15 13:31:58 -08:00
HgManifestImporter.cpp move folly/experimental/logging to folly/logging/ 2018-04-30 21:29:29 -07:00
HgManifestImporter.h split RocksDbLocalStore out from LocalStore 2018-02-07 11:54:16 -08:00
HgProxyHash.cpp Future<T>::then Future<T>::then() -> Future<T>::thenValue or thenTry. 2018-09-14 17:10:57 -07:00
HgProxyHash.h move HgProxyHash to its own top-level file 2018-06-14 22:02:38 -07:00
proxy_import_helper.py eden: hg_import_helper.py execs hg debugedenimporthelper 2019-02-14 22:27:00 -08:00
tester.cpp Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00