* @brief Zeroes the parsed/skipped frame counters (used by the throughput benchmark). */
| 347 | * @brief Zeroes the parsed/skipped frame counters (used by the throughput benchmark). |
| 348 | */ |
| 349 | void DataModel::FrameBuilder::resetFrameCounters() noexcept |
| 350 | { |
| 351 | m_parsedFrameCount = 0; |
| 352 | m_skippedFrameCount = 0; |
| 353 | } |
| 354 | |
| 355 | /** |
| 356 | * @brief Enables/disables the parse-load budget guard (disabled by the throughput benchmark). |