Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ addSendStats
Method
addSendStats
test/org/apache/catalina/tribes/demos/LoadTest.java:74–77 ·
view source on GitHub ↗
(long count)
Source
from the content-addressed store, hash-verified
72
73
74
public
static
synchronized long addSendStats(long count) {
75
messagesSent += count;
76
return
0l;
77
}
78
79
private
static
void
printSendStats(long counter,
int
messageSize) {
80
float cnt = counter;
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected