View Issue Details

IDProjectCategoryView StatusLast Update
0000156XdebugTracingpublic2020-03-12 17:34
Reporterruna Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionopen 
Summary0000156: it's impossible to know the time taken by the last func call in xdebug trace mode 0
Description

From the trace file it's impossible to know the length of the last func call (since you have to deduce it from the next func call start time, and there isn't next func call)

martin@camem64:~/www/~mio$ cat sleep2.php
<?
$xdebug_trace_file=xdebug_start_trace('/tmp/sleep2');
sleep(3);
?>

martin@camem64:~/www/~mio$ cat /tmp/sleep2.xt
TRACE START [2005-10-17 14:07:59]
0.0005 9312 -> sleep(3) /var/www/~mio/sleep2.php:3
TRACE END [2005-10-17 14:08:02]

TagsNo tags attached.
Operating System
PHP Version4.3.10

Activities

derick

2005-12-30 16:54

administrator   ~0000321

Added in CVS.

Issue History

Date Modified Username Field Change
2005-10-17 15:36 runa New Issue
2005-12-30 16:54 derick Status new => closed
2005-12-30 16:54 derick Note Added: 0000321
2020-03-12 16:56 derick Severity trivial => feature
2020-03-12 17:34 derick Category Feature/Change request => Tracing