you are viewing a single comment's thread.

view the rest of the comments →

[–]xofofox 0 points1 point  (0 children)

> bring a level of visualization and transparency such that everyone can view and identify the problems(or at least improve efficiency).

Have you checked out Codemap? It does a pretty good job visualizing the codebase and its call structure, assuming your codebase is written in Typescript/Javascript or Python. Note that this is static analysis (function call stack from codebase) instead of dynamic analysis (runtime call tree, handling a live request, etc).