Onur Cankur
Onur Cankur
The cprofile reader cannot create nodes properly. `graphframe = ht.GraphFrame.from_cprofile("tests/data/cprofile-hatchet-pstats/cprofile-cycle.pstats")` The tree output after creating the graphframe:  However, in the `graphframe.graph` object we have many "recursive" nodes. The output...
This function groups and aggregates the nodes in the dataframe and updates the graph structure accordingly. It accomplishes this by creating a "super node" for each unique group identified in...
Useful recipes: - nvtxpptrace.py: nvtx annotations and MPI functions.  - kernexectrace.py: lauch and kernel time.  - cudaapitrace.py: cuda functions (cudaMemcpy, cudaMalloc, etc.)  - gputrace.py: cudaMemcpy and kernel...