Results 1 to 3 of 3
Thread: Bytecode Instrumentation
- 07-28-2011, 03:22 PM #1
Member
- Join Date
- Jul 2011
- Posts
- 1
- Rep Power
- 0
Bytecode Instrumentation
Hello all, I want to extract the information of my code during the runtime of my program. The information can be anything like how, when and how many times a particular function is called or at general level what functions are defined in the .class file of the code and every such thing.
How can I do this? What libraries are defined for this purpose?
- 07-28-2011, 03:55 PM #2
Crossposting is like separately asking 10 of your friends if you can have 10 dollars to buy lunch.
Crossposted: Bytecode InstrumentationHow to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 07-28-2011, 04:21 PM #3
Moderator
- Join Date
- Apr 2009
- Posts
- 10,448
- Rep Power
- 16
Similar Threads
-
where do I find compiled bytecode?
By Haal in forum New To JavaReplies: 3Last Post: 03-24-2011, 05:15 PM -
ASM Bytecode ClassReader
By Venny in forum New To JavaReplies: 12Last Post: 02-02-2011, 03:21 AM -
Instrumentation with nanosecond accuracy
By adam197 in forum Advanced JavaReplies: 4Last Post: 04-02-2010, 02:29 AM -
Help with bytecode in java
By coco in forum New To JavaReplies: 3Last Post: 04-16-2009, 08:48 AM -
Dynamic code instrumentation with AspectJ...is it possible ?
By Barronrad in forum New To JavaReplies: 0Last Post: 06-26-2008, 03:27 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks