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

Method reportStats

Engine/ViewerInstance.cpp:3510–3517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3508}
3509
3510void
3511ViewerInstance::reportStats(int time,
3512 ViewIdx view,
3513 double wallTime,
3514 const RenderStatsMap& stats)
3515{
3516 Q_EMIT renderStatsAvailable(time, view, wallTime, stats);
3517}
3518
3519NATRON_NAMESPACE_EXIT
3520

Callers 3

notifyFrameRenderedMethod · 0.45
processProducedFrameMethod · 0.45
renderCurrentFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected