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

A cycle made from recursive function calls. More...

Inheritance diagram for pyqpanda3.profiling.gprof2dot.Cycle:

Public Member Functions

 __init__ (self)
 
 add_function (self, function)
 
- 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

 functions = set()
 
- Public Attributes inherited from pyqpanda3.profiling.gprof2dot.Object
dict events = {}
 

Detailed Description

A cycle made from recursive function calls.

Constructor & Destructor Documentation

◆ __init__()

pyqpanda3.profiling.gprof2dot.Cycle.__init__ ( self)

Member Function Documentation

◆ add_function()

pyqpanda3.profiling.gprof2dot.Cycle.add_function ( self,
function )

Member Data Documentation

◆ functions

pyqpanda3.profiling.gprof2dot.Cycle.functions = set()

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