Parser for java hprof output.
More...
Parser for java hprof output.
See also:
◆ __init__()
pyqpanda3.profiling.gprof2dot.HProfParser.__init__ |
( |
| self, |
|
|
| infile ) |
◆ parse()
pyqpanda3.profiling.gprof2dot.HProfParser.parse |
( |
| self | ) |
|
◆ parse_samples()
pyqpanda3.profiling.gprof2dot.HProfParser.parse_samples |
( |
| self | ) |
|
◆ parse_trace()
pyqpanda3.profiling.gprof2dot.HProfParser.parse_trace |
( |
| self | ) |
|
◆ parse_traces()
pyqpanda3.profiling.gprof2dot.HProfParser.parse_traces |
( |
| self | ) |
|
◆ samples [1/2]
dict pyqpanda3.profiling.gprof2dot.HProfParser.samples = {} |
◆ samples [2/2]
continue pyqpanda3.profiling.gprof2dot.HProfParser.samples = self.samples[id][0] |
◆ trace_id_re
pyqpanda3.profiling.gprof2dot.HProfParser.trace_id_re = re.compile(r'^TRACE (\d+):$') |
|
static |
◆ trace_re
pyqpanda3.profiling.gprof2dot.HProfParser.trace_re = re.compile(r'\t(.*)\((.*):(.*)\)') |
|
static |
◆ traces
dict pyqpanda3.profiling.gprof2dot.HProfParser.traces = {} |
The documentation for this class was generated from the following file:
- pyqpanda3/profiling/gprof2dot.py