Class GameProfileRecording
java.lang.Object
zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
zombie.GameProfileRecording
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsFields inherited from class zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
delim, m_columnNames, m_fileKey, m_firstFrameNumber, m_frameNumber, m_headerDirty, m_lineBuffer, m_nameIndices, m_outHeader, m_outHeaderFile, m_outValues, m_valuesFileNameSuffix
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GameProfileRecording.Span
allocSpan
(GameProfiler.ProfileArea profileArea0) void
close()
void
getValueAt
(int i) void
protected void
protected void
openSegmentFile
(boolean boolean0) void
reset()
void
setNumFramesPerSegment
(int count) void
setStartTime
(long startTime) protected void
protected void
Methods inherited from class zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
addColumnInternal, appendCell, appendCell, appendCell, appendCell, appendCell, appendCellQuot, buildHeader, flushHeaderToFile, getColumnCount, getNameAt, getOrCreateColumn, openHeader, openValuesFile, setFrameNumber, writeData, writeLine
-
Field Details
-
m_outSegment
-
-
Constructor Details
-
GameProfileRecording
-
-
Method Details
-
setNumFramesPerSegment
public void setNumFramesPerSegment(int count) -
setStartTime
public void setStartTime(long startTime) -
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 boolean0) -
close
public void close()- Overrides:
close
in classGenericNameValueRecordingFrame
-
closeAndDiscard
public void closeAndDiscard()- Overrides:
closeAndDiscard
in classGenericNameValueRecordingFrame
-
writeData
protected void writeData()- Overrides:
writeData
in classGenericNameValueRecordingFrame
-
writeHeaderToMemory
protected void writeHeaderToMemory()- Overrides:
writeHeaderToMemory
in classGenericNameValueRecordingFrame
-