31 return t.name == resolvedName;
37 "You tried to record topic '{}' twice. I'll ignore that (and use the first rate limit given, if applicable)",
50 topic.messageRate = topic.messagesInStatsPeriod /
STAT_TIME;
51 topic.messagesInStatsPeriod = 0;
53 topic.bandwidth = topic.bytesInStatsPeriod /
STAT_TIME;
54 topic.bytesInStatsPeriod = 0;