We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e91c92 commit 634ce9fCopy full SHA for 634ce9f
src/com/glacialrush/react/client/Application.java
@@ -657,7 +657,7 @@ public void process()
657
lblEntities.setText(Format.f(cache.latest("sample-entities")) + " Entities");
658
lblDrops.setText(Format.f(cache.latest("sample-drops")) + " Drops");
659
lblmsInterval.setText(Format.ms(ns, 1) + " Interval");
660
- lblkSize.setText(Format.f(sz) + " Bytes");
+ lblkSize.setText(Format.f(sz) + " Bytes" + " (" + Format.dps((sz / ((ns/1000000))) * 1000) + ")");
661
lblTotal.setText(Format.f(tot) + " Total");
662
lblUsername.setText(username);
663
lblConnectedWith.setText("Connected with " + (size - 1) + " Others.");
0 commit comments