MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / endFunction

Method endFunction

Engine/Log.cpp:164–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 void endFunction(const std::string & callerName,
165 const std::string & function)
166 {
167 QMutexLocker locker(&_lock);
168
169 --_beginsCount;
170 for (int i = 0; i < _beginsCount; ++i) {
171 _stream->operator <<(" ");
172 }
173 _stream->operator <<("STOP ");
174 _stream->operator <<( callerName.c_str() );
175 _stream->operator <<(" ");
176 _stream->operator <<( function.c_str() );
177 _stream->operator <<('\n');
178 _stream->flush();
179 }
180};
181
182Log::Log()

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected