Click here to Skip to main content
15,902,938 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Does anybody really use a Profiler? Pin
nategoose7-Oct-14 6:36
nategoose7-Oct-14 6:36 
AnswerRe: Does anybody really use a Profiler? Pin
SkysTheLimit15-Sep-14 7:37
SkysTheLimit15-Sep-14 7:37 
GeneralRe: Does anybody really use a Profiler? Pin
SledgeHammer0115-Sep-14 8:22
SledgeHammer0115-Sep-14 8:22 
GeneralRe: Does anybody really use a Profiler? Pin
KP Lee15-Sep-14 17:13
KP Lee15-Sep-14 17:13 
GeneralRe: Does anybody really use a Profiler? Pin
SledgeHammer0115-Sep-14 18:33
SledgeHammer0115-Sep-14 18:33 
GeneralRe: Does anybody really use a Profiler? Pin
nategoose7-Oct-14 6:49
nategoose7-Oct-14 6:49 
AnswerRe: Does anybody really use a Profiler? Pin
KP Lee15-Sep-14 16:36
KP Lee15-Sep-14 16:36 
AnswerRe: Does anybody really use a Profiler? Pin
Chad3F17-Sep-14 12:10
Chad3F17-Sep-14 12:10 
A profiler is a tool like anything else. It can sometimes expose inefficiencies that you never would have thought of, or other times be useless (e.g. you can't fix what is using most of the CPU time/memory without a significant redesign). A person's assumptions of what is and isn't efficient can also be flawed.. Even with an experienced developer, when it is based on past observations, which could dramatically change with a single new release of your runtime/external libraries/compiler.

The same could be said about using a debugger vs. just adding debug logging. With a debugger you may be wasting a lot of time tediously stepping through the code execution, instead of letting it run and simply browsing the debug log to narrow down the problem. But sometimes simple debug output isn't enough, and a debugger is required.
RantPNG Problem Pin
Bassam Abdul-Baki13-Sep-14 9:46
professionalBassam Abdul-Baki13-Sep-14 9:46 
GeneralRe: PNG Problem Pin
Afzaal Ahmad Zeeshan13-Sep-14 10:03
professionalAfzaal Ahmad Zeeshan13-Sep-14 10:03 
GeneralRe: PNG Problem Pin
Bassam Abdul-Baki13-Sep-14 10:34
professionalBassam Abdul-Baki13-Sep-14 10:34 
JokeRe: PNG Problem Pin
Brisingr Aerowing13-Sep-14 16:00
professionalBrisingr Aerowing13-Sep-14 16:00 
GeneralRe: PNG Problem Pin
Andy Brummer13-Sep-14 16:18
sitebuilderAndy Brummer13-Sep-14 16:18 
GeneralRe: PNG Problem Pin
Bassam Abdul-Baki15-Sep-14 0:47
professionalBassam Abdul-Baki15-Sep-14 0:47 
QuestionRe: PNG Problem Pin
Chad3F17-Sep-14 12:18
Chad3F17-Sep-14 12:18 
AnswerRe: PNG Problem Pin
Bassam Abdul-Baki18-Sep-14 12:36
professionalBassam Abdul-Baki18-Sep-14 12:36 
GeneralNow this is sweet Pin
Andy Brummer13-Sep-14 5:49
sitebuilderAndy Brummer13-Sep-14 5:49 
GeneralRe: Now this is sweet Pin
Rob Philpott13-Sep-14 6:17
Rob Philpott13-Sep-14 6:17 
GeneralRe: Now this is sweet Pin
Andy Brummer13-Sep-14 7:21
sitebuilderAndy Brummer13-Sep-14 7:21 
GeneralRe: Now this is sweet Pin
Afzaal Ahmad Zeeshan13-Sep-14 6:46
professionalAfzaal Ahmad Zeeshan13-Sep-14 6:46 
GeneralRe: Now this is sweet Pin
CPallini13-Sep-14 7:35
mveCPallini13-Sep-14 7:35 
GeneralRe: Now this is sweet Pin
JMK-NI13-Sep-14 7:40
professionalJMK-NI13-Sep-14 7:40 
GeneralRe: Now this is sweet Pin
Kornfeld Eliyahu Peter13-Sep-14 8:12
professionalKornfeld Eliyahu Peter13-Sep-14 8:12 
GeneralRe: Now this is sweet Pin
Andy Brummer13-Sep-14 8:17
sitebuilderAndy Brummer13-Sep-14 8:17 
GeneralRe: Now this is sweet Pin
Kornfeld Eliyahu Peter13-Sep-14 19:58
professionalKornfeld Eliyahu Peter13-Sep-14 19:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.