7 comments

  • ramon156 2 hours ago

    I love this! It's relatively simplistic and would be a really fun tool to use during lectures.

  • mtsNews 41 minutes 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.

    • aqula 25 minutes 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.

  • actionfromafar an hour ago

    I wish something like this could trace also data flow in a program.

    • aqula 24 minutes ago

      Something I do have in mind. Do you have an idea of the kind of UX you'd like to see?

      • actionfromafar 13 minutes ago

        Only naïve ones I'm afraid, such as a heap view.

  • otaviodev 2 hours ago

    How u make this??