Files
weave-scope/app
Matthias Radestock 56892addfc quantise reports
Merge all reports received within a specified interval, discarding the
originals. This improves performance of Report() on repeated
invocation since it ends up merging fewer reports.

For example, if reports are received every second (e.g. 3 probes
reporting at the default probe.publishInterval of 3s), and the
app.windows is 15s (the default) and the report generation interval is
5s (e.g. one UI accessing every TOPOLOGY_INTERVAL; the default), then
the original code would have to merge 15 reports per UI access,
whereas this code will only need to merge 8 to 9 reports (3-4 merged
reports from previous invocation plus 5 recently received reports).
2017-03-06 10:33:03 +00:00
..
2016-12-07 11:22:38 +00:00
2017-03-04 22:04:50 +00:00
2016-12-07 11:22:40 +00:00
2017-03-06 10:33:03 +00:00
2016-12-07 11:22:40 +00:00
2016-12-07 11:22:38 +00:00
2016-12-07 11:22:38 +00:00
2016-12-07 11:22:40 +00:00
2016-12-07 11:22:38 +00:00