3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/interface/DataTracker.h"
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;
24 MCAPI
void startProfilingScope(
25 ::std::string
const& telemetryIdPreviousScreen,
26 ::std::string
const& telemetryIdNewScreen,
30 MCAPI
void tick(
double currentTimeS, ::std::vector<::std::string>
const& syncedFacets);