Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ toString
Method
toString
editor/src/java/com/defold/util/Profiler.java:72–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
@Override
73
public
String toString() {
74
return
String.format(
"%s %.2fms [%.2f, %.2f] s"
, name, end-start, start, end, user1);
75
}
76
}
77
78
public
static
int
beginFrame() {
Callers
15
PrintFields
Method · 0.45
DebugPrintObject
Method · 0.45
DebugPrintMaterial
Method · 0.45
readLine
Method · 0.45
toHex
Method · 0.45
dumpResponse
Method · 0.45
PrintFields
Method · 0.45
DebugPrintObject
Method · 0.45
main
Method · 0.45
OnProcessorThreads
Function · 0.45
Get
Method · 0.45
multiline
Function · 0.45
Calls
1
format
Method · 0.65
Tested by
3
readLine
Method · 0.36
toHex
Method · 0.36
dumpResponse
Method · 0.36