Connecting Tech Pros Worldwide Help | Site Map

cftrace returning negative seconds?

Newbie
 
Join Date: Nov 2007
Posts: 1
#1: Nov 13 '07
Hi all, wondering if anyone has seen this before. In a standard cftrace, I look at the output and see:

<snip>
[2913 ms (0)] [\html\dsp_landing.cfm @ line: 110] - mark 6 "
[3117 ms (204)] [\html\dsp_landing.cfm @ line: 137] - mark 7 "
[3133 ms (16)] [\html\dsp_landing.cfm @ line: 364] - mark 8 "
[3133 ms (0)] [\html\dsp_landing.cfm @ line: 110] - mark 6 "
[3352 ms (219)] [\html\dsp_landing.cfm @ line: 137] - mark 7 "
[4057 ms (705)] [\html\dsp_landing.cfm @ line: 364] - mark 8 "
[0 ms (-4057)] [\html\dsp_landing.cfm @ line: 110] - mark 6 "
[219 ms (219)] [\html\dsp_landing.cfm @ line: 137] - mark 7 "
[3931 ms (3712)] [\html\dsp_landing.cfm @ line: 364] - mark 8 "
<snip>

Not that it's in a loop, so 6/7/8 run again and again. But more importantly note the negative return time bolded above.

I can't find any references to this or what it could mean... help?

Jim
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Nov 13 '07

re: cftrace returning negative seconds?


The number in parentheses contain the number of milliseconds between when the previous cftrace tag ran and when the current one runs.

For some reason, the third loop runs before the rest.

Can you show the some of the code?
Reply