MCPcopy 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

PrintFieldsMethod · 0.45
DebugPrintObjectMethod · 0.45
DebugPrintMaterialMethod · 0.45
readLineMethod · 0.45
toHexMethod · 0.45
dumpResponseMethod · 0.45
PrintFieldsMethod · 0.45
DebugPrintObjectMethod · 0.45
mainMethod · 0.45
OnProcessorThreadsFunction · 0.45
GetMethod · 0.45
multilineFunction · 0.45

Calls 1

formatMethod · 0.65

Tested by 3

readLineMethod · 0.36
toHexMethod · 0.36
dumpResponseMethod · 0.36