MCPcopy Create free account
hub / github.com/MrKepzie/Natron / timelineGetTime

Method timelineGetTime

Engine/OutputSchedulerThread.cpp:2509–2515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2507}
2508
2509int
2510DefaultScheduler::timelineGetTime() const
2511{
2512 QMutexLocker k(&_currentTimeMutex);
2513
2514 return _currentTime;
2515}
2516
2517void
2518DefaultScheduler::getFrameRangeToRender(int& first,

Callers

nothing calls this directly

Calls 3

currentFrameMethod · 0.45
getTimelineMethod · 0.45
lockMethod · 0.45

Tested by

no test coverage detected