Package zombie
Class GameProfileRecording
java.lang.Object
zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
zombie.GameProfileRecording
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GameProfileRecording.SpanallocSpan(GameProfiler.ProfileArea profileArea) voidclose()voidgetValueAt(int int1) voidlogTimeSpan(GameProfiler.ProfileArea profileArea) protected voidprotected voidopenSegmentFile(boolean boolean1) voidreset()voidsetNumFramesPerSegment(int int1) voidsetStartTime(long long1) protected voidprotected voidMethods 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:
getValueAtin classGenericNameValueRecordingFrame
-
onColumnAdded
protected void onColumnAdded()- Specified by:
onColumnAddedin classGenericNameValueRecordingFrame
-
reset
public void reset()- Specified by:
resetin classGenericNameValueRecordingFrame
-
openSegmentFile
protected void openSegmentFile(boolean boolean1) -
close
public void close()- Overrides:
closein classGenericNameValueRecordingFrame
-
closeAndDiscard
public void closeAndDiscard()- Overrides:
closeAndDiscardin classGenericNameValueRecordingFrame
-
writeData
protected void writeData()- Overrides:
writeDatain classGenericNameValueRecordingFrame
-
writeHeader
protected void writeHeader()- Overrides:
writeHeaderin classGenericNameValueRecordingFrame
-