QPanda3  0.1.0
Supported by OriginQ
Loading...
Searching...
No Matches
pyqpanda3.profiling.strings Namespace Reference

Variables

str _flat_profile_header
 
str _flat_profile_footer
 
str _copyright
 
str _call_graph_header
 
str _call_graph_footer
 
str _index_header
 

Variable Documentation

◆ _call_graph_footer

str pyqpanda3.profiling.strings._call_graph_footer
protected

◆ _call_graph_header

str pyqpanda3.profiling.strings._call_graph_header
protected
Initial value:
1= """ Call graph (explanation follows)
2
3
4granularity: each sample hit covers 2 byte(s) for 20.00% of 0.05 seconds
5
6index % time self children called name
7"""

◆ _copyright

str pyqpanda3.profiling.strings._copyright
protected
Initial value:
1= """
2Copyright (C) 2012-2016 Free Software Foundation, Inc.
3Copyright (C) 2019 Adrien Suau
4Copyright (C) 2019 CERFACS
5
6Copying and distribution of this file, with or without modification,
7are permitted in any medium without royalty provided the copyright
8notice and this notice are preserved.
9\f"""

◆ _flat_profile_footer

str pyqpanda3.profiling.strings._flat_profile_footer
protected
Initial value:
1= """
2 % the percentage of the total running time of the
3time program used by this function.
4
5cumulative a running sum of the number of seconds accounted
6 seconds for by this function and those listed above it.
7
8 self the number of seconds accounted for by this
9seconds function alone. This is the major sort for this
10 listing.
11
12calls the number of times this function was invoked, if
13 this function is profiled, else blank.
14
15 self the average number of milliseconds spent in this
16ms/call function per call, if this function is profiled,
17 else blank.
18
19 total the average number of milliseconds spent in this
20ms/call function and its descendents per call, if this
21 function is profiled, else blank.
22
23name the name of the function. This is the minor sort
24 for this listing. The index shows the location of
25 the function in the gprof listing. If the index is
26 in parenthesis it shows where it would appear in
27 the gprof listing if it were to be printed.
28\f"""

◆ _flat_profile_header

str pyqpanda3.profiling.strings._flat_profile_header
protected
Initial value:
1= """Flat profile:
2
3Each sample counts as 0.000001 seconds.
4 % cumulative self self total
5 time seconds seconds calls ms/call ms/call name
6"""

◆ _index_header

str pyqpanda3.profiling.strings._index_header
protected
Initial value:
1= """
2Index by function name
3
4"""