Questions tagged [eqatec]

EQATEC is a software company headquartered in Copenhagen, Denmark. Its products - EQATEC Application Analytics and EQATEC Profiler - enable software development teams to improve decision-making based on real-time usage and application health data. Acquired by Telerik in March 2013.

EQATEC is a software company headquartered in Copenhagen, Denmark. Its products - EQATEC Application Analytics and EQATEC Profiler - enable software development teams to improve decision-making based on real-time usage and application health data. Acquired by Telerik in March 2013. EQATEC Application Analytics is a software monitoring and analytics service for mobile, web and desktop apps, which is offered as software-as-a-service (SaaS) or on-premise deployment. It allows developers and businesses to discover application usage patterns, analyze user data, log exceptions, trace problems and monitor app performance anonymously. Available for the following platforms: iOS, Android, Windows Phone, NetCF, JavaScript, PHP, ASP.NET, Ajax, MVC, Silverlight, WPF, Windows Forms, Windows Service, Java, Mac OS X, Win32, and COM. EQATEC Profiler has been phased out, superseded by Telerik JustTrace.

10 questions
79
votes
4 answers

Profiling ASP.NET websites with EQATEC Profiler

I'm searching for a free ASP.NET profiler, and I stumbled upon EQATEC Profiler for .NET, but I can't find any instructions on how to profile ASP.NET projects with it. Please post step-by-step instructions or a link with sufficient info. I'm using…
Gudmundur Orn
  • 2,003
  • 2
  • 23
  • 31
5
votes
2 answers

Is there a way to use EQATEC profiler on my NUnit Unit tests?

I'd like to use the EQATEC profiler on my NUnit unit tests, just like I used to do with JetBrains dotTrace in conjunction with TestDriven.NET and NUnit. Is there a way to do this? As it is, it seems that I need to wrap my UnitTest in a console app…
Gordon Slysz
  • 1,083
  • 12
  • 23
1
vote
1 answer

Eqatec profiler in ASP.NET 4.0 not reading my web.config

Ok, maybe I'm skipping a step here, but I swear I had Eqatec profiling things just fine in ASP.NET 2.0. We upgraded our solution to ASP.NET 4, it works fine. Then I went through the typical steps: Built the solution in VS 2010 Ran Eqatec and…
LoveMeSomeCode
  • 3,888
  • 8
  • 34
  • 48
1
vote
1 answer

Eqatec profiler-reset counter and take snapshot buttons disabled

I'm trying to use EQATEC Profiler to profile my ASP.Net app. I am following the below steps to do it. I have selected the application's bin folder in App path and clicked on the build button. Then I have run the application from visual studio 2005.…
Mini
  • 11
  • 2
1
vote
1 answer

How to profile an ASP.NET web service on a remote server by EQATEC profiler?

I am thinking the modified dlls will create a log file some where in the remote system so I can open it later after load test but all I found was a log file in $(SystemRoot)\Temp\EQATECProfilerLogs saying nothing other than app started. Do I need to…
Codism
  • 5,928
  • 6
  • 28
  • 29
1
vote
1 answer

EQATEC Profiling Error - An item with the same key has already been added

I seem to be getting this error when I try to profile a specific WP7 project using the EQATEC Profiler * ERROR: Could not process xap-file MusicApp.xap: An item with the same key has already been added. at …
0
votes
2 answers

Is it possible to profile part of a method with Eqatec Profiler through its API?

I'm using Equatec profiler to diagnose a slow process of my application. I figured out which method is slow, but I want to know specifically which part of the method is slow. Aside from breaking up the method into multiple methods is there a way…
Eric Anastas
  • 21,675
  • 38
  • 142
  • 236
0
votes
1 answer

Don't recognize a profiled function when speed profiling; function is taking a lot of time

I'm writing a graphics and physics library (like half a million other programmers), in C# (like maybe five other programmers), mostly out of books at this point. However, I'm trying some speed optimizations, for which I'm doing some speed…
Narf the Mouse
  • 1,541
  • 5
  • 18
  • 30
0
votes
3 answers

EQATEC Profiler - The remote server returned an error: (404) Not Found

I'm trying to use EQATEC Profiler to profile my ASP.Net app. I followed the instructions listed here. It worked the first time, but every since then, when I run my app, I don't get a "Profiled app started" message. Then when I click on the "Take…
Chad
  • 1,404
  • 1
  • 18
  • 29
0
votes
2 answers

Is there a way for EQATEC to profile system DLLs?

I'm using EQATEC and I love it. However, I can't seem to get it to profile .NET system DLLs as well, such as System.Net.dll, or Microsoft.Xna.Framework.dll, because they're not in my executable's directory. Is there any way to do that? Right now it…
Lazlo
  • 8,518
  • 14
  • 77
  • 116