MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / refreshCaptureInfo

Method refreshCaptureInfo

Default/Inspection/InspToolWidget.cpp:386–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void
387InspToolWidget::refreshCaptureInfo(void)
388{
389 this->ui->durationLabel->setText(
390 SuWidgetsHelpers::formatQuantityFromDelta(
391 this->data.size() / this->timeWindowFs,
392 1 / this->timeWindowFs,
393 "s"));
394 this->ui->memoryLabel->setText(
395 SuWidgetsHelpers::formatBinaryQuantity(
396 static_cast<qint64>(this->data.size() * sizeof(SUCOMPLEX))));
397}
398
399void
400InspToolWidget::transferHistory(void)

Callers 1

feedRawInspectorMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected