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

Method skippedFrameCount

app/src/DataModel/FrameBuilder.cpp:341–344  ·  view source on GitHub ↗

* @brief Returns the number of frames dropped by the parse-load budget since the last reset. */

Source from the content-addressed store, hash-verified

339 * @brief Returns the number of frames dropped by the parse-load budget since the last reset.
340 */
341quint64 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).

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected