History log of /petsc/lib/petsc/bin/xml2flamegraph.py (Results 1 – 4 of 4)
Revision Date Author Comments
# c01b07b6 25-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'connorjward/fix-flamegraph-output' into 'main'

Fix bugs in flame graph output

See merge request petsc/petsc!3937


# 8f430fa7 12-May-2021 Connor Ward <c.ward20@imperial.ac.uk>

Fix xml2flamegraph.py script

Previously this script would output the time spent in both the function
and its callees. For flame graphs this is wrong. Now we use the 'self'
time from the XML to do th

Fix xml2flamegraph.py script

Previously this script would output the time spent in both the function
and its callees. For flame graphs this is wrong. Now we use the 'self'
time from the XML to do things properly.

Update xml2flamegraph.py to accomodate 'other-timed' parts

show more ...


# a743975e 22-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'connorjward/add-flamegraph-tool' into 'main'

Add flamegraph generation tool

See merge request petsc/petsc!3607


# d0a29bd7 03-Feb-2021 Connor Ward <c.ward20@imperial.ac.uk>

Add flamegraph generation option to logging output

This commit also adds a Python script to convert the XML logging output
into the same format.