LeviLamina
Loading...
Searching...
No Matches
PlayerRenderChunkModificationLatencyTracker Class Reference

Classes

struct  TimeDelta
struct  TimeMarker

Public Types

using TimeStamp = ::std::chrono::steady_clock::time_point

Public Member Functions

MCAPI void addTimeMarker (::std::string_view name)
MCAPI void clearData ()
MCAPI void startTimer (::BlockPos const &blockToTrack)

Public Attributes

::ll::TypedStorage< 1, 1, bool > mTimingIsActive
::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > mStartTime
::ll::TypedStorage< 8, 24, ::std::vector<::PlayerRenderChunkModificationLatencyTracker::TimeMarker > > mTimeMarkers
::ll::TypedStorage< 4, 12, ::BlockPosmBlockToTrack
::ll::TypedStorage< 4, 12, ::SubChunkPosmRenderChunkPosToTrack
::ll::TypedStorage< 8, 80, ::Bedrock::Threading::MutexmMutex

Member Function Documentation

◆ addTimeMarker()

MCAPI void PlayerRenderChunkModificationLatencyTracker::addTimeMarker ( ::std::string_view name)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ clearData()

MCAPI void PlayerRenderChunkModificationLatencyTracker::clearData ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ startTimer()

MCAPI void PlayerRenderChunkModificationLatencyTracker::startTimer ( ::BlockPos const & blockToTrack)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: