Top "Instrumentation" questions

The process of inserting extra diagnostic code during compilation of a given source code.

Calculating byte-size of Java object

I am working on calculaitng the size [memory used] of a java object [hashmap] . It contains elements of different data …

java serialization instrumentation
How to get started with WCF Performance profiling

I'm trying to figure out how to profile a WCF service so I can identify any bottlenecks. I have found …

wcf performance visual-studio-2010 profiling instrumentation
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: I …

maven-2 code-coverage maven-plugin instrumentation cobertura
Testing onActivityResult()

I have the following Activity: package codeguru.startactivityforresult; import android.app.Activity; import android.content.Intent; import android.os.Bundle; …

java android testing junit instrumentation
Visual Studio Performance Profiling - Class library symbols could not be found

I'm trying to Instrument an ASP.NET web-application with Visual Studio 2012, .NET 4. The solution contains a web-application and a class …

c# visual-studio-2012 instrumentation class-library
Android Testing: Instrumentation run failed due to 'java.lang.ClassNotFoundException'

I have 3 test classes for a particular package from my main application. My first test class is running just fine, …

android unit-testing instrumentation
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 …

javascript jquery instrumentation
How can I profile Signed Assemblies with VS 2010 or VS 2013

I have a website that uses AjaxControlToolkit.dll and Log4Net.dll. When I try to run the performance profiling …

visual-studio-2010 profiling instrumentation strongname
How do I pass arguments to a Java instrumentation agent?

How do I pass arguments to a java.lang.instrument instrumentation agent? The documentation simply states: -javaagent:jarpath[=options] What …

java arguments instrumentation javaagents
Accessing instrumentation test resources

I am trying to find a way for my instrumentation tests to have access to string resources generated within the …

android testing instrumentation