Download presentation
Presentation is loading. Please wait.
Published byOswin Arnold Modified over 9 years ago
1
CS314 - Bonus Topics
2
Debugging Q: How is debugging like real estate? A: It's all about location, location, location Setting breakpoints in Eclipse Using the Debugger Inspecting Objects System.out.println
3
Profiling Program that monitors a running program and determines time spent in functions as well as memory usage
4
Profiling Example Random Art Determine color of pixel based on coordinates and mathematical formula formula may have 40 or more calculations per point
5
Random Art
7
Java VisualVM Comes with the JDK in the bin folder (binaries)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.