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#include "mc/world/level/chunk/AtomicTimeAccumulator.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
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;
55 // NOLINTEND
56
57public:
58 // virtual functions
59 // NOLINTBEGIN
60 // vIndex: 0
61 virtual ~SubChunkRequestTrackingData() /*override*/ = default;
62 // NOLINTEND
63};
Definition AtomicTimeAccumulator.h:5
Definition EnableNonOwnerReferences.h:7
Definition SubChunkRequestTrackingData.h:14