Skip to content

Commit

Permalink
Delete use-graalvm-dashboard.md link from guides.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Mar 18, 2024
1 parent c2f3db9 commit 88353bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions docs/reference-manual/native-image/PGO-Build-Report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ further improve application performance.
It is often useful to visualize the information in a profile.
This section explains how to inspect parts of a profile using the Native Image **Build Report** tool.

> Note: Native Image Build Reports replaced the [GraalVM Dashboard](https://medium.com/graalvm/making-sense-of-native-image-contents-741a688dab4d) web-based visualization tool that can be still referenced from some places.
## Generating a Profile Visualization

The Build Report tool displays various data about the generated image and the build process itself.
Expand Down
3 changes: 1 addition & 2 deletions docs/reference-manual/native-image/guides/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ Here you will learn how to:
- [Build a Polyglot Native Executable (Java and JavaScript)](build-polyglot-native-executable.md)
- [Build a Static or Mostly-Static Native Executable](build-static-and-mostly-static-executable.md)
- [Configure Native Image with the Tracing Agent](build-with-reflection.md)
- [Containerise a Native Executable and Run in a Docker Container](containerise-native-executable-with-docker.md)
- [Containerize a Native Executable and Run in a Docker Container](containerise-native-executable-with-docker.md)
- [Create a Heap Dump from a Native Executable](create-heap-dump-from-native-executable.md)
- [Debug Native Executables with GDB](debug-native-executables-with-gdb.md)
- [Include Reachability Metadata Using the Native Image Gradle Plugin](include-reachability-metadata-gradle.md)
- [Include Reachability Metadata Using the Native Image Maven Plugin](include-reachability-metadata-maven.md)
- [Include Resources in a Native Executable](include-resources.md)
- [Optimize a Native Executable with Profile-Guided Optimizations](optimize-native-executable-with-pgo.md)
- [Use GraalVM Dashboard to Optimize the Size of a Native Executable](use-graalvm-dashboard.md)
- [Use Gradle to Build a Native Executable from a Java Application](https://graalvm.github.io/native-build-tools/latest/gradle-plugin-quickstart.html)
- [Use Maven to Build a Native Executable from a Java Application](https://graalvm.github.io/native-build-tools/latest/maven-plugin-quickstart.html)
- [Use System Properties in a Native Executable](use-system-properties.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ permalink: /reference-manual/native-image/guides/use-graalvm-dashboard/

GraalVM Dashboard was removed in GraalVM for JDK 22.
Instead, use the [Native Image Build Report tool](../PGO-Build-Report.md).
The tool can generate a comprehensive report about your native executable and the build process itself with the visualization, and is useful for exploring how different methods contribute to overall execution time.
Build reports provide useful visualizations and comprehensive insights into different metrics of your native executable and the build process itself.

0 comments on commit 88353bb

Please sign in to comment.