18 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mRequestsMadeCount;
19 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mRequestsTooFar;
20 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mRequestsInFlightCount;
21 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mRequestsReceivedByServerCount;
22 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mRequestBatchesReceivedByServerCount;
23 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mResponseReceivedByClientCount;
24 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mResponseBatchesReceivedByClientCount;
25 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mClientSubChunksBeingProcessed;
26 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mClientSubChunksFinished;
27 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mClientSubChunksDiscarded;
28 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mClientSubChunkTimeOut;
29 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mClientSubChunksReusedFromCache;
30 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mClientSubChunksWaitingForCache;
31 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mClientSubChunksCacheAbort;
32 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mClientSubChunksNotProcessed;
33 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mClientInsertManagerLevelChunkDoesntExist;
34 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mSubChunkResponseSuccess;
35 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mSubChunkResponseSuccessAllAir;
36 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mSubChunkLevelChunkDoesntExist;
37 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mSubChunkServerWrongDimension;
38 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mSubChunkClientWrongDimension;
39 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mSubChunkPlayerDoesnExist;
40 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mSubChunkIndexOutOfBounds;
41 ::ll::TypedStorage<8, 24, ::AtomicTimeAccumulator> mClientSubChunkProcessingTime;
42 ::ll::TypedStorage<8, 24, ::AtomicTimeAccumulator> mClientSubChunkInsertTime;
43 ::ll::TypedStorage<8, 24, ::AtomicTimeAccumulator> mClientSubChunkDeserializeBlocksTime;
44 ::ll::TypedStorage<8, 24, ::AtomicTimeAccumulator> mClientSubChunkDeserializeBlockEntitiesTime;
45 ::ll::TypedStorage<8, 24, ::AtomicTimeAccumulator> mClientSubChunkHeightmapFixupTime;
46 ::ll::TypedStorage<8, 24, ::AtomicTimeAccumulator> mClientSubChunkLightingTime;
47 ::ll::TypedStorage<8, 24, ::AtomicTimeAccumulator> mClientSubChunkFinalizeTime;
48 ::ll::TypedStorage<8, 24, ::AtomicTimeAccumulator> mClientSubChunkCacheCheckTime;
49 ::ll::TypedStorage<8, 24, ::AtomicTimeAccumulator> mClientSubChunkCacheMissWaitTime;
50 ::ll::TypedStorage<8, 24, ::AtomicTimeAccumulator> mRequestToResponseTime;
51 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mInFlightTasks;
52 ::ll::TypedStorage<8, 8, uint64> mMaxTasksInFlightAllowed;
53 ::ll::TypedStorage<8, 8, uint64> mTaskQueueSize;
54 ::ll::TypedStorage<8, 8, uint64> mTaskGroupCount;