MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / dump

Method dump

scripts/tools/draw-png.py:49–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 return self._cputime
48
49 def dump(self):
50 print("%s: %s %s %f %s"%(self._label, self._algo, self._encode, self._cputime, self._time_unit))
51
52def parse_json(json_file):
53 with open(json_file, 'r') as f:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected