Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinVector/Logistic
/ Ticker
Method
Ticker
src/com/winvector/util/Ticker.java:17–20 ·
view source on GitHub ↗
(String logString)
Source
from the content-addressed store, hash-verified
15
private
long nextReportTimeMillis;
16
17
public
Ticker(String logString) {
18
this.logString = logString;
19
start();
20
}
21
22
public
void
start() {
23
startTimeMillis = System.currentTimeMillis();
Callers
nothing calls this directly
Calls
1
start
Method · 0.95
Tested by
no test coverage detected