MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / resetFrameCounters

Method resetFrameCounters

app/src/DataModel/FrameBuilder.cpp:349–353  ·  view source on GitHub ↗

* @brief Zeroes the parsed/skipped frame counters (used by the throughput benchmark). */

Source from the content-addressed store, hash-verified

347 * @brief Zeroes the parsed/skipped frame counters (used by the throughput benchmark).
348 */
349void 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).

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected