MCPcopy Create free account
hub / github.com/KDAB/GammaRay / addEvent

Method addEvent

plugins/timertop/timermodel.cpp:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 void addEvent(const GammaRay::TimeoutEvent &event)
67 {
68 timeoutEvents.append(event);
69 if (timeoutEvents.size() > s_maxTimeoutEvents)
70 timeoutEvents.removeFirst();
71 totalWakeupsEvents++;
72 changed = true;
73 }
74
75 TimerIdInfo &toInfo(TimerId::Type type)
76 {

Callers 2

eventNotifyCallbackMethod · 0.45
postSignalActivateMethod · 0.45

Calls 2

appendMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected