instrumentation
Java code instrumentation using annotations
I\'ve got a huge java project with tons of code. Let us assume it looks like: fn1(int arg1){...} fn2(int arg1,int arg2){...}[详细]
2023-02-20 16:50 分类:问答Is it possible to instrument .NET BCL, ASP.NET, WCF or ADO.NET assemblies?
I want to diagnose some performance issue related to entity framework but at the moment I\'m getting only large numbers on System.Linq.Queryable. Can I somehow configure VS Studio 2010 Ultimate to inc[详细]
2023-02-19 03:00 分类:问答Is there a way to reliably time a SQL query in Node.js or any other type of function?
I\'m trying to wrap my head around aysnc functions in node. It there a good way to time how long a DB query takes to run via Node.js.[详细]
2023-02-18 20:02 分类:问答Does Tanuki wrapper software work with a bootclasspath jar that does instrumentation?
We are using AS3 and Java and the SmartFox Server and have used the Tanuki wrapper on linux successfully for several months.However now we are trying to add Terracotta to our project.Terracotta provid[详细]
2023-02-16 07:37 分类:问答Wrapping a function in Javascript / jQuery
If I have an arbitrary function myFunc, what I\'m aiming to do is replace this function with a wrapped call that runs code before and after it executes, e.g.[详细]
2023-02-15 19:45 分类:问答Ignoring report generation for specific classes in cobertura maven plugin
I\'ve been using Cobertura plugin for report generation and instrumentation (with surefire). Here is the issue I am facing:[详细]
2023-02-15 18:32 分类:问答Accessing instrumentation test resources
I am trying to find a way for my instrumentation tests to have access to string resources generated within the test package.[详细]
2023-02-15 09:31 分类:问答SingleLaunchActivityTestCase not working when two different classes extend it
This is the scenario: I am having two classes extended from Single开发者_JAVA技巧LaunchActivityTestCase.[详细]
2023-02-14 18:21 分类:问答Persistent instrumentation for Java
We have an application at wor开发者_开发百科k that we\'d like to monitor for performance. Actually, what we want to monitor is not our app\'s performance, but things like response time for external we[详细]
2023-02-12 07:42 分类:问答Monitoring AppDomain resources and setting thresholds
My company hosts components authored by third parties.Each component is hosted in its own AppDomain, but may share a server with other components.Recently, I believe that one or more badly written com[详细]
2023-02-11 19:28 分类:问答