instrumentation
Detecting System.setProperty method invocations
I\'m facing a conundrum here. One of the applications that I\'ve developed is loading an incorrect implementation of the DocumentBuilderFactory class of JAXP. This behavior was later deduced to be re[详细]
2023-01-26 02:20 分类:问答Why is there no test instrumentation for BroadcastReceiver?
Maybe I\'m missing something. I want to write test cases for a BroadcastReceiver; specifically, it is for receiving the BOOT_COMPLETED event and setting an alarm for another receiver to handle later;[详细]
2023-01-23 05:47 分类:问答Interfacing GPIB with Qt
I was wondering if it is possible to interface with GPIB Instruments by using C++ and Qt. If it is possible, can anyone tell me how easy 开发者_运维知识库it would be and/or point me in a direction for[详细]
2023-01-22 02:55 分类:问答Instrumentation
I am new to ASM(byte code manipulation kit) and am using it to instrument java byte code. I want to access the methods of a class and change their access modifiers using ASM. Does someone have an idea[详细]
2023-01-21 15:55 分类:问答Calculating byte-size of Java object [duplicate]
This question already has answers here: In Java, what is the best way to determine the size of an object?[详细]
2023-01-21 11:18 分类:问答How to "interleave" C/C++ souce with my string (only inside functions at appropriate places)?
For example, there is the source: void func1() { func3(); if(qqq) { func2(); } func4( ); } It should be transformed to:[详细]
2023-01-21 07:40 分类:问答How to tell gcc to instrument the code with calls to my own function each _line_ of code?
For example, there is the source: void my_special_debugging_function(const char* function_name, const char* file_name, int line_number);[详细]
2023-01-20 21:51 分类:问答Can MSVC _penter and _pexit hooks be disabled on a per function basis?
There are compiler options in MSVC to enable the automatic generation of instrumentation calls on entering and exiting functions.These hooks are called _penter() and _pexit().The options to the compil[详细]
2023-01-20 10:59 分类:问答WCF Service inaccessable when attaching VS 2010 profiler
I\'m receiving the following error after I attach the visual studio 2010 profiler to my wcf service.[详细]
2023-01-20 08:48 分类:问答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 a bit of information on line, but nothing that assumes no prior knowlege which is where I\'m at.[详细]
2023-01-20 04:53 分类:问答