[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: Mon, 17 Oct 2005 16:36:55 +0200

The following NEW bug has been ADDED.
======================================================================
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: new
Operating System:
PHP Version: 4.3.10
Xdebug Version: 2.0-dev
======================================================================
Date Submitted: 2005-10-17 16:36 CEST
Last Modified: 2005-10-17 16:36 CEST
======================================================================
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]

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

Bug History
Date Modified Username Field Change
======================================================================
2005-10-17 16:36runa New Bug
2005-10-17 16:36runa Bug Monitored: runa
======================================================================
Received on Mon Oct 17 2005 - 16:36:56 BST

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