Y
Hacker News
new
|
ask
|
show
|
jobs
by
mtsNews
23 days ago
How does it decide which call graphs to include? In a typical project there can be many and these graphs seem to be a small subset.
1 comments
aqula
23 days ago
It identifies telemetry, accessors, and other trivial code and strips them out of the graph. The idea is to retain architecturally relevant parts of the code.
link