c# - ASP.NET PAGE TRACE Results -


Hi, I am testing a .NET website with trace enabled and except for a thing, everything for me is normal Is:

Message from last message aspx.page end load from 4,69 992678581181 4,69 9 362

This is an exceptionally large Sounds like 'End load'

I know how to use the trace result properly, then my best (educated) guess is, the large number in 'end load' is probably the result of poor memory management?

And, if so, what are some basic guidelines for doing something else to avoid things?

Thank you- Theo

These numbers do nothing with memory management From a few points you get the number of seconds, ie:

  • Already : The time spent in seconds since the first trace message was processed.
  • Last from : The time has passed in seconds between the current trace message and processing of the previous trace message.

See for details.


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -