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

Method parsedFrameCount

app/src/DataModel/FrameBuilder.cpp:333–336  ·  view source on GitHub ↗

* @brief Returns the number of project frames published since the last counter reset. */

Source from the content-addressed store, hash-verified

331 * @brief Returns the number of project frames published since the last counter reset.
332 */
333quint64 DataModel::FrameBuilder::parsedFrameCount() const noexcept
334{
335 return m_parsedFrameCount;
336}
337
338/**
339 * @brief Returns the number of frames dropped by the parse-load budget since the last reset.

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected