* @brief Returns the number of frames dropped by the parse-load budget since the last reset. */
| 339 | * @brief Returns the number of frames dropped by the parse-load budget since the last reset. |
| 340 | */ |
| 341 | quint64 DataModel::FrameBuilder::skippedFrameCount() const noexcept |
| 342 | { |
| 343 | return m_skippedFrameCount; |
| 344 | } |
| 345 | |
| 346 | /** |
| 347 | * @brief Zeroes the parsed/skipped frame counters (used by the throughput benchmark). |