(self)
| 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 | |
| 52 | def parse_json(json_file): |
| 53 | with open(json_file, 'r') as f: |
nothing calls this directly
no outgoing calls
no test coverage detected