QPanda3
0.1.0
Supported by OriginQ
|
Parser for a custom JSON representation of profile data. More...
Public Member Functions | |
__init__ (self, stream) | |
parse (self) | |
Public Member Functions inherited from pyqpanda3.profiling.gprof2dot.Parser |
Public Attributes | |
stream = stream | |
Additional Inherited Members | |
Static Public Attributes inherited from pyqpanda3.profiling.gprof2dot.Parser | |
bool | stdinInput = True |
bool | multipleInput = False |
Parser for a custom JSON representation of profile data.
See schema.json for details.
pyqpanda3.profiling.gprof2dot.JsonParser.__init__ | ( | self, | |
stream ) |
Reimplemented from pyqpanda3.profiling.gprof2dot.Parser.
pyqpanda3.profiling.gprof2dot.JsonParser.parse | ( | self | ) |
Reimplemented from pyqpanda3.profiling.gprof2dot.Parser.
pyqpanda3.profiling.gprof2dot.JsonParser.stream = stream |