* @brief Enables/disables the parse-load budget guard (disabled by the throughput benchmark). */
| 356 | * @brief Enables/disables the parse-load budget guard (disabled by the throughput benchmark). |
| 357 | */ |
| 358 | void DataModel::FrameBuilder::setParseBudgetEnabled(bool enabled) noexcept |
| 359 | { |
| 360 | m_parseBudgetEnabled = enabled; |
| 361 | } |
| 362 | |
| 363 | /** |
| 364 | * @brief Returns the current Quick Plot frame. |