MCPcopy Index your code
hub / github.com/nodejs/node / ScheduleUpdate

Method ScheduleUpdate

deps/v8/tools/stats-viewer.py:171–173  ·  view source on GitHub ↗

Schedules the next ui update.

(self)

Source from the content-addressed store, hash-verified

169 self.root.title("Stats Viewer [updated %s]" % time.strftime("%H:%M:%S"))
170
171 def ScheduleUpdate(self):
172 """Schedules the next ui update."""
173 self.root.after(UPDATE_INTERVAL_MS, lambda: self.UpdateCounters())
174
175 def RefreshCounters(self):
176 """Tear down and rebuild the controls in the main window."""

Callers 2

UpdateCountersMethod · 0.95
OpenWindowMethod · 0.95

Calls 2

UpdateCountersMethod · 0.95
afterMethod · 0.45

Tested by

no test coverage detected