Package zombie
Class GameProfileRecording
java.lang.Object
zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
zombie.GameProfileRecording
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
delim, m_columnNames, m_fileKey, m_frameNumber, m_headerDirty, m_lineBuffer, m_nameIndices, m_outHeader, m_outValues, m_valuesFileNameSuffix
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected GameProfileRecording.Span
allocSpan
(GameProfiler.ProfileArea profileArea) void
close()
void
getValueAt
(int int1) void
logTimeSpan
(GameProfiler.ProfileArea profileArea) protected void
protected void
openSegmentFile
(boolean boolean1) void
reset()
void
setNumFramesPerSegment
(int int1) void
setStartTime
(long long1) protected void
protected void
Methods inherited from class zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
addColumnInternal, appendCell, appendCell, appendCell, appendCell, appendCell, appendCellQuot, getColumnCount, getNameAt, getOrCreateColumn, openHeader, openValuesFile, setFrameNumber, writeData, writeHeader, writeLine
-
Field Details
-
m_outSegment
-
-
Constructor Details
-
GameProfileRecording
-
-
Method Details
-
setNumFramesPerSegment
public void setNumFramesPerSegment(int int1) -
setStartTime
public void setStartTime(long long1) -
logTimeSpan
-
allocSpan
-
getValueAt
- Specified by:
getValueAt
in classGenericNameValueRecordingFrame
-
onColumnAdded
protected void onColumnAdded()- Specified by:
onColumnAdded
in classGenericNameValueRecordingFrame
-
reset
public void reset()- Specified by:
reset
in classGenericNameValueRecordingFrame
-
openSegmentFile
protected void openSegmentFile(boolean boolean1) -
close
public void close()- Overrides:
close
in classGenericNameValueRecordingFrame
-
closeAndDiscard
public void closeAndDiscard()- Overrides:
closeAndDiscard
in classGenericNameValueRecordingFrame
-
writeData
protected void writeData()- Overrides:
writeData
in classGenericNameValueRecordingFrame
-
writeHeader
protected void writeHeader()- Overrides:
writeHeader
in classGenericNameValueRecordingFrame
-