Platinum Sponsors

SUN

ELCA

Gold Sponsors

AdNovum

Credit-Suisse

Silver Sponsors

SAP

SyBOR AG

Partners

Netcetera AG

JUGS - Java User Group Switzerland

Stadt Zürich Wirtschaftsförderung

cR Kommunikation

Eveni AG

LiSoG - Linux Solutions Group e.V.

Star Alliance

ICTnet

simsa

Creatronic Media Supply

Media Partners

Netzwoche

inside-it.ch

javamagazine

InfoWeek

IT Reseller

JavaSPECTRUM

APRESS

Gregg Sporar

Gregg Sporar

(200) Integrated Profiling

Software Demo

Tuesday, 2007-06-26, 13:00 - 13:50, Arena 1

Wednesday, 2007-06-27, 13:00 - 13:50, Arena 1

Gregg Sporar - Sun Microsystems, Inc. (speaker)

Topics

Download the presentation

Abstract

The most productive way of finding performance problems, memory leaks, and 
threading issues in your code is to use tools that work well with your standard 
development environment.  After all, the 'I' in "IDE" stands for 
"integrated."  This demo shows a profiler that is tightly integrated 
into an IDE so that it becomes a natural extension of your workflow.  No 
complicated setup is required and profiling begins with a simple one-click 
command.  The tight integration and powerful features make it easy for you to 
spot problems in your code without imposing significant instrumentation 
overhead.  This demo will use multiple examples to show how easy it is to 
enhance your workflow from edit/compile/test/debug to 
edit/compile/test/debug/profile.