QPanda3  0.1.0
Supported by OriginQ
Loading...
Searching...
No Matches
pyqpanda3.profiling.gprof2dot.JsonParser Class Reference

Parser for a custom JSON representation of profile data. More...

Inheritance diagram for pyqpanda3.profiling.gprof2dot.JsonParser:

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
 

Detailed Description

Parser for a custom JSON representation of profile data.

See schema.json for details.

Constructor & Destructor Documentation

◆ __init__()

pyqpanda3.profiling.gprof2dot.JsonParser.__init__ ( self,
stream )

Member Function Documentation

◆ parse()

pyqpanda3.profiling.gprof2dot.JsonParser.parse ( self)

Member Data Documentation

◆ stream

pyqpanda3.profiling.gprof2dot.JsonParser.stream = stream

The documentation for this class was generated from the following file: