| __init__(self, int total_time_nanoseconds, str entry_point="<spontaneous>", bool register_base_subroutine_calls=True) | pyqpanda3.profiling.data.ProgramData | |
| __repr__(self) | pyqpanda3.profiling.data.ProgramData | |
| _add_subroutine_no_index(self, str subroutine_name) | pyqpanda3.profiling.data.ProgramData | protected |
| add_base_subroutine_call(self, str caller, str called_routine, int number, int self_nano_seconds, int subroutines_nano_seconds) | pyqpanda3.profiling.data.ProgramData | |
| add_entry_point_call(self, str called_routine, int number, int self_nano_seconds, int subroutines_nano_seconds) | pyqpanda3.profiling.data.ProgramData | |
| add_subroutine(self, str subroutine_name) | pyqpanda3.profiling.data.ProgramData | |
| add_subroutine_call(self, str caller, str called_routine, int number, int self_nano_seconds, int subroutines_nano_seconds) | pyqpanda3.profiling.data.ProgramData | |
| entry_point | pyqpanda3.profiling.data.ProgramData | |
| indices | pyqpanda3.profiling.data.ProgramData | |
| max_index | pyqpanda3.profiling.data.ProgramData | |
| register_base_subroutine_calls | pyqpanda3.profiling.data.ProgramData | |
| routines_data | pyqpanda3.profiling.data.ProgramData | |
| to_dict(self) | pyqpanda3.profiling.data.ProgramData | |
| total_time_nanoseconds | pyqpanda3.profiling.data.ProgramData | |