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