MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / UpdateEventStatus

Method UpdateEventStatus

WinArk/EtwView.cpp:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void CEtwView::UpdateEventStatus() {
269 CString text;
270 text.Format(L"Events: %u", (uint32_t)m_Events.size());
271 GetFrame()->SetPaneText(2, text);
272}
273
274bool CEtwView::IsSortable(HWND, int col) const {
275 return col != 8 && (!m_IsMonitoring || GetFrame()->GetTraceManager().IsPaused());

Callers

nothing calls this directly

Calls 2

SetPaneTextMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected