| Author |
|
| Company |
SA Tenant Ass. |
| Source Code Available |
No |
| License Type |
Free |
| Submitted On |
March 12, 2013 |
| Updated on |
March 20, 2013 |
| .NET Framework |
1.x, 2.0, 3.5 |
| Cost |
Free |
Description
Analyze memory usage of a web application during runtime. Apart from analyzing memory usage, the profiler will also assist in looking at data as it is stored by an Asp.Net web application. The profiler will display all content in the asp.net cache and application state. It will also display all active sessions in the application along with the content in each session. Sizes of all serializable objects will be calculated and displayed for drill down into managed object properties and contents by the developer or administrator.
Syntax Example
protected void Page_Load(object sender, EventArgs e)
{
WebProfiler.Profiler.Run();
}
Reviews
Submit a review