Python Call Graphs

When the Python Agent captures a complete call graph, the call graph tab of the transaction snapshot displays the total execution time of the transaction, at the top of the call graph. The total execution time includes waiting time if the tasks are synchronous.

The execution time shown in the call graph pane is the sum of the times of the individual method calls inside the call graph. However, some tasks might not appear for the following reasons:

  • Tasks are asynchronous and not exposed for the Python Agent.
  • Tasks run for <= 5ms.