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 class
GameProfileRecording.Row
static class
GameProfileRecording.Span
-
Field Summary
Fields Modifier and Type Field Description protected java.io.PrintStream
m_outSegment
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
Constructors Constructor Description GameProfileRecording(java.lang.String string)
-
Method Summary
Modifier and Type Method Description protected GameProfileRecording.Span
allocSpan(GameProfiler.ProfileArea profileArea)
void
close()
void
closeAndDiscard()
java.lang.String
getValueAt(int int1)
void
logTimeSpan(GameProfiler.ProfileArea profileArea)
protected void
onColumnAdded()
protected void
openSegmentFile(boolean boolean1)
void
reset()
void
setNumFramesPerSegment(int int1)
void
setStartTime(long long1)
protected void
writeData()
protected void
writeHeader()
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
Methods 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:
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
-