LeviLamina
Loading...
Searching...
No Matches
SubChunkRequestTrackingData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
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;
54 // NOLINTEND
55
56public:
57 // virtual functions
58 // NOLINTBEGIN
59 // vIndex: 0
60 virtual ~SubChunkRequestTrackingData() /*override*/ = default;
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66
67 // NOLINTEND
68};
Definition AtomicTimeAccumulator.h:5
Definition EnableNonOwnerReferences.h:7
Definition SubChunkRequestTrackingData.h:13