LeviLamina
Loading...
Searching...
No Matches
ScreenPerformanceTelemetry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/oreui/interface/DataTracker.h"
7
8namespace OreUI {
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 224, ::std::optional<::OreUI::DataTracker>> mDataTracker;
15 ::ll::TypedStorage<1, 1, bool> mUneventfulNavigation;
16 ::ll::TypedStorage<1, 1, bool> mEventfulNavigation;
17 ::ll::TypedStorage<8, 8, double> mLastFrameTime;
18 ::ll::TypedStorage<8, 8, double> mStartFrameTime;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI void startProfilingScope(
25 ::std::string const& telemetryIdPreviousScreen,
26 ::std::string const& telemetryIdNewScreen,
27 double currentTimeS
28 );
29
30 MCAPI void tick(double currentTimeS, ::std::vector<::std::string> const& syncedFacets);
31 // NOLINTEND
32};
33
34} // namespace OreUI
Definition ScreenPerformanceTelemetry.h:7