About 181,000 results
Open links in new tab
  1. Java Visualizer - University of Waterloo

    The visualizer supports StdIn, StdOut, most other stdlib libraries, Stack, Queue, and ST.

  2. memory - Recommendations for a heap analysis tool for Java? - Stack

    List your favorite heap analysis tools (e.g. jprofiler, jmap, ...). Let's keep it one tool per answer, with a short list of pros and cons for each tool.

  3. Java Visualizer - IntelliJ IDEs Plugin | Marketplace

    Apr 4, 2022 · A tool to visualize the call stack and objects on the heap (as a box and pointer diagram) while debugging Java applications.

  4. Heap Visualizer

    Web site created using create-react-app. Heap Visualization Learn Implementation by Siddhartha Chatterjee

  5. Our heap analysis starts with a heap snapshot obtained from a running Java program. The heap snapshot tells us which objects are currently in the heap, what their field values are, including the pointer values, and the values of all root references (static variables and stack references).

  6. GitHub - 0xsonu/JavaPulse: JavaPulse is an interactive educational ...

    JavaPulse is an interactive educational platform that animates JVM internals during code execution. Watch stack frames grow, heap objects form, and method areas update live as Java code runs.

  7. Java Visualizer Tutorial - Java Code Geeks

    Nov 1, 2021 · Java visualizer is a plugin for IntelliJ IDE to look at the code execution steps during debugging & check the values of the variables on the path of execution.

  8. World’s First Interactive Graph to Visualize Objects in Memory

    Jul 31, 2024 · The integration of the interactive heap object chart in HeapHero has significantly improved the way we visualize the largest objects. This interactive and intuitive approach not only makes the data more accessible but also enhances the overall user experience.

  9. Get visual graph of heap memory usage in Java over a span of …

    Nov 30, 2010 · Run your Java program with the following Java options: -Xloggc:log.out -XX:+PrintGCDetails -XX:+PrintGCTimeStamps and download HPjmeter to visualize log.out .

  10. Heapviz: Interactive Heap Visualization - Tufts University

    In this paper we present Heapviz, a tool for visualizing and exploring snapshots of the heap obtained from running Java programs. Unlike existing tools, such as traditional debuggers, Heapviz presents a global view of the program state as a graph, together with powerful interactive capabilities for navigating it.

  11. Some results have been removed
Refresh