Package zombie
Class GameProfileRecording
java.lang.Object
zombie.core.skinnedmodel.animation.debug.GenericNameValueRecordingFrame
zombie.GameProfileRecording
public final class GameProfileRecording extends GenericNameValueRecordingFrame
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGameProfileRecording.Rowstatic classGameProfileRecording.Span -
Field Summary
Fields Modifier and Type Field Description protected java.io.PrintStreamm_outSegmentFields 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 Constructor Description GameProfileRecording(java.lang.String string) -
Method Summary
Modifier and Type Method Description protected GameProfileRecording.SpanallocSpan(GameProfiler.ProfileArea profileArea)voidclose()voidcloseAndDiscard()java.lang.StringgetValueAt(int int1)voidlogTimeSpan(GameProfiler.ProfileArea profileArea)protected voidonColumnAdded()protected voidopenSegmentFile(boolean boolean1)voidreset()voidsetNumFramesPerSegment(int int1)voidsetStartTime(long long1)protected voidwriteData()protected voidwriteHeader()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, writeLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_outSegment
protected java.io.PrintStream m_outSegment
-
-
Constructor Details
-
GameProfileRecording
public GameProfileRecording(java.lang.String string)
-
-
Method Details
-
setNumFramesPerSegment
public void setNumFramesPerSegment(int int1) -
setStartTime
public void setStartTime(long long1) -
logTimeSpan
-
allocSpan
-
getValueAt
public java.lang.String getValueAt(int int1)- 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
-