SpiecsEngine
 
Loading...
Searching...
No Matches

◆ InternalEndSession()

void SpicesTest::Instrumentor::InternalEndSession ( )
inlineprivate

Definition at line 128 of file Instrumentor.h.

129 {
131 {
132 WriteFooter();
133 m_OutputStream.close();
134 delete m_CurrentSession;
135 m_CurrentSession = nullptr;
136 }
137 }
InstrumentationSession * m_CurrentSession
std::ofstream m_OutputStream

References m_CurrentSession, m_OutputStream, and WriteFooter().

Referenced by BeginSession(), and EndSession().