Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/banq/jdonframework
/ logTiming
Method
logTiming
src/main/java/com/jdon/util/Debug.java:240–242 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
238
}
239
240
public
static
void
logTiming(String msg) {
241
log(Debug.TIMING, null, msg, null);
242
}
243
244
public
static
void
logTiming(String msg, String module) {
245
log(Debug.TIMING, null, msg, module);
Callers
nothing calls this directly
Calls
1
log
Method · 0.95
Tested by
no test coverage detected