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

A call between functions. More...

Inheritance diagram for pyqpanda3.profiling.gprof2dot.Call:

Public Member Functions

 __init__ (self, callee_id)
 
- Public Member Functions inherited from pyqpanda3.profiling.gprof2dot.Object
 __hash__ (self)
 
 __eq__ (self, other)
 
 __lt__ (self, other)
 
 __contains__ (self, event)
 
 __getitem__ (self, event)
 
 __setitem__ (self, event, value)
 

Public Attributes

 callee_id = callee_id
 
 ratio = None
 
 weight = None
 
- Public Attributes inherited from pyqpanda3.profiling.gprof2dot.Object
dict events = {}
 

Detailed Description

A call between functions.

There should be at most one call object for every pair of functions.

Constructor & Destructor Documentation

◆ __init__()

pyqpanda3.profiling.gprof2dot.Call.__init__ ( self,
callee_id )

Member Data Documentation

◆ callee_id

pyqpanda3.profiling.gprof2dot.Call.callee_id = callee_id

◆ ratio

pyqpanda3.profiling.gprof2dot.Call.ratio = None

◆ weight

pyqpanda3.profiling.gprof2dot.Call.weight = None

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