View Issue Details

IDProjectCategoryView StatusLast Update
0000026XdebugUncategorizedpublic2004-03-16 23:38
Reporterrehsack Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionwon't fix 
Platformi586OSFreeBSDOS Version5.x
Summary0000026: Unbelievable value for "Ambient Code Execution"
Description

I'm using profile mode 5 and get always following summary (the numbers may differ):

Opcode Compiling: 0.2768158913
Function Execution: 13.5773251057
Ambient Code Execution: -13.4668821096
Total Execution: 0.1104429960

Total Processing: 0.3872588873

I rate a negative time as incorrect :-)

TagsNo tags attached.
Operating SystemFreeBSD 5.1-CURRENT 21 Oct 2003
PHP Version4.3.3

Relationships

has duplicate 0000060 resolvedderick Strange values with Ambient Code [part 2 ??] 
has duplicate 0000063 resolvedderick Huge time taken displayed in profile log 

Activities

derick

2003-11-07 16:30

administrator   ~0000048

Yup, I know what this is... the end time is only set when returned from the function, which does not happen if you use die/exit in a level other than 0.

rehsack

2003-11-07 16:43

reporter   ~0000050

Hm, I don't use exit() or die(), but there's a shutdown function registered.
Maybe this confused xdebug?

derick

2004-03-16 23:38

administrator   ~0000109

Xdebug 2 will have superior profiling capabilities and it is not very easy to fix in 1.3.x so I won't do that.

Issue History

Date Modified Username Field Change
2003-11-01 23:05 rehsack New Issue
2003-11-07 16:30 derick Note Added: 0000048
2003-11-07 16:30 derick Assigned To => derick
2003-11-07 16:30 derick Status new => confirmed
2003-11-07 16:43 rehsack Note Added: 0000050
2004-03-16 23:38 derick Status confirmed => resolved
2004-03-16 23:38 derick Resolution open => won't fix
2004-03-16 23:38 derick Note Added: 0000109
2004-05-09 11:48 derick Relationship added has duplicate 0000060
2004-05-15 18:30 derick Relationship added has duplicate 0000063
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized