Are there any tools to visualize the objects being used in a program?

前端 未结 6 1668
闹比i
闹比i 2021-02-07 18:53

I\'m not sure how useful this would be, but I thought it might be neat to visualize the objects being used in my program and which objects are being referenced from where. I\'m

6条回答
  •  广开言路
    2021-02-07 19:30

    A profiler would allow you to see what objects are created at runtime. This is the output of JProfiler for instance:


    (source: ej-technologies.com)

提交回复
热议问题