|
|
using | TimeStamp = ::std::chrono::steady_clock::time_point |
|
|
::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, ::BlockPos > | mBlockToTrack |
|
::ll::TypedStorage< 4, 12, ::SubChunkPos > | mRenderChunkPosToTrack |
|
::ll::TypedStorage< 8, 80, ::Bedrock::Threading::Mutex > | mMutex |
◆ 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: