Class net.minecraft.util.profiling.jfr.JfrProfile

This description should be content pulled from the first comments of a lua file.

Constructors

JfrProfile(instant, instant2, duration, duration2, list, list2, statistics, allocationMap, networkIoStatistics, networkIoStatistics2, statistics2, statistics3, list3) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Instance Methods

instance:chunkGenerationSamples() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:cpuLoadSamples() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:duration() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:endTime() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:equals(o) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:fileReadStatistics() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:fileWriteStatistics() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:gcHeapSummaryStatistics() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getChunkGenerationSampleStatistics() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:getClass() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:hashCode() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notify() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:packetReadStatistics() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:packetSentStatistics() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:serverTickTimeSamples() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:startTime() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:threadAllocationMap() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toJson() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:toString() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0, arg1) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0) This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:worldGenDuration() This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"


Constructors

JfrProfile(instant, instant2, duration, duration2, list, list2, statistics, allocationMap, networkIoStatistics, networkIoStatistics2, statistics2, statistics3, list3)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • instant userdata, Instant This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • instant2 userdata, Instant This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • duration userdata, Duration This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • duration2 userdata, Duration This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • list userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • list2 userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • statistics userdata, GcHeapSummarySample$Statistics This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • allocationMap userdata, ThreadAllocationStatisticsSample$AllocationMap This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • networkIoStatistics userdata, NetworkIoStatistics This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • networkIoStatistics2 userdata, NetworkIoStatistics This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • statistics2 userdata, FileIoSample$Statistics This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • statistics3 userdata, FileIoSample$Statistics This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • list3 userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Instance Methods

instance:chunkGenerationSamples()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:cpuLoadSamples()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:duration()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Duration This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:endTime()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Instant This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:equals(o)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • o userdata, Object This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"

Returns:

boolean This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:fileReadStatistics()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, FileIoSample$Statistics This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:fileWriteStatistics()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, FileIoSample$Statistics This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:gcHeapSummaryStatistics()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, GcHeapSummarySample$Statistics This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getChunkGenerationSampleStatistics()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:getClass()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Class This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:hashCode()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

int This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:notify()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:notifyAll()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:packetReadStatistics()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, NetworkIoStatistics This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:packetSentStatistics()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, NetworkIoStatistics This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:serverTickTimeSamples()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, List This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:startTime()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Instant This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:threadAllocationMap()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, ThreadAllocationStatisticsSample$AllocationMap This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:toJson()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:toString()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

string This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"
instance:wait(arg0, arg1)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
  • arg1 int This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:wait()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"
instance:wait(arg0)
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Parameters:

  • arg0 int, long This description should be content pulled from the comments above a method in a lua file. Format: "-- @param varName DESCRIPTION"
instance:worldGenDuration()
This description should be content pulled from the comments above a method in a lua file. Format: "--- @method m_id DESCRIPTION"

Returns:

userdata, Duration This description should be content pulled from the comments above a method in a lua file. Format: "-- @return DESCRIPTION"