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