Top Banner
CS314 - Bonus Topics
7

CS314 - Bonus Topics

Feb 17, 2016

Download

Documents

CS314 - Bonus Topics. 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. Profiling. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript

CS314 - Bonus Topics

CS314 - Bonus TopicsDebuggingQ: How is debugging like real estate?A: It's all about location, location, locationSetting breakpoints in EclipseUsing the DebuggerInspecting ObjectsSystem.out.printlnProfilingProgram that monitors a running program and determines time spent in functions as well as memory usage

Profiling ExampleRandom ArtDetermine color of pixel based on coordinates and mathematical formulaformula may have 40 or more calculations per point

Random Art

Random Art

Java VisualVMComes with the JDKin the bin folder (binaries)