7
CS314 - Bonus Topics

CS314 - Bonus Topics

  • Upload
    unity

  • View
    24

  • Download
    0

Embed Size (px)

DESCRIPTION

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

Citation preview

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)