[xdebug-dev] Bug 0000156: it's impossible to know the time taken by the last func call in xdebug trace mode 0

From: <xdebug-dev[@]lists.xdebug.org>
Date: Fri, 30 Dec 2005 16:54:35 +0100

The following bug has been CLOSED
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000156
======================================================================
Reporter: runa
Handler:
======================================================================
Project: Xdebug
Bug ID: 156
Category: Feature/Change request
Reproducibility: always
Severity: trivial
Priority: normal
Status: closed
Operating System:
PHP Version: 4.3.10
Xdebug Version: 2.0-dev
======================================================================
Date Submitted: 2005-10-17 16:36 CEST
Last Modified: 2005-12-30 16:54 CET
======================================================================
Summary: 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]

======================================================================

----------------------------------------------------------------------
 derick - 2005-12-30 16:54 CET
----------------------------------------------------------------------
Added in CVS.

Bug History
Date Modified Username Field Change
======================================================================
2005-10-17 16:36runa New Bug
2005-10-17 16:36runa Bug Monitored: runa
2005-12-30 16:54derick Bugnote Added: 0000321
2005-12-30 16:54derick Status new => closed
======================================================================
Received on Fri Dec 30 2005 - 16:54:41 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST