* @brief Returns the number of project frames published since the last counter reset. */
| 331 | * @brief Returns the number of project frames published since the last counter reset. |
| 332 | */ |
| 333 | quint64 DataModel::FrameBuilder::parsedFrameCount() const noexcept |
| 334 | { |
| 335 | return m_parsedFrameCount; |
| 336 | } |
| 337 | |
| 338 | /** |
| 339 | * @brief Returns the number of frames dropped by the parse-load budget since the last reset. |