MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / OnGuessClockButton

Method OnGuessClockButton

src/gui/explorerpanel.cc:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 void OnGuessClockButton(wxCommandEvent& event) override
128 {
129 nanoseconds_t clock = histogram->GetMedian();
130 explorerClockSpinCtrl->SetValue(clock / 1e3);
131 UpdateExplorerData();
132 }
133
134 void OnQueueEmpty() override
135 {

Callers

nothing calls this directly

Calls 2

GetMedianMethod · 0.80
SetValueMethod · 0.80

Tested by

no test coverage detected