facebookresearch/HolisticTraceAnalysis

Why are there call_stack.py and trace_call_stack.py at the same time?

Offen

#141 geöffnet am 20.05.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (94 Forks)auto 404
help wantedneeds triagequestion

Repository-Metriken

Stars
 (535 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

What is your question?

The files HolisticTraceAnalysis/hta/common/call_stack.py and HolisticTraceAnalysis/hta/common/trace_call_stack.py, HolisticTraceAnalysis/hta/common/trace_call_graph.py seem to implement the same functionality, which is constructing call stack analysis for traces. Why is the same functionality implemented in two different places, even with the same classes? Which one is recommended officially?

Code

No response

What have you tried?

No response

Environment

No response

Contributor Guide