trace
How to track packets in Yahoo messenger!
I am trying to understand the header/protocol format of yahoo messenger. I see limited documentation for yahoo messenger when I googled.So I wondered if there is any tool to help me out to trace th开[详细]
2023-02-23 22:47 分类:问答Using annotations for trace logging
I\'ve been working with a codebase of a company that has a policy of writing lots of trace logging. So pretty much every method has a piece of code that starts like this:[详细]
2023-02-23 11:06 分类:问答Log database queries
I have a fairly complicated groovy script which performs some operations on an Oracle db. Is there a way to log all the queries being performed on the database during a run? I do not have DBA access t[详细]
2023-02-22 12:04 分类:问答Dump current stack in GNAT compiled Ada?
In java I use this method sometimes to see where I am in the current stack: http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html#dumpStack()[详细]
2023-02-22 08:20 分类:问答Is there a way to trace the "real" route of a packet if i am behind a VPN?
I would like to find a way to开发者_如何学运维 have as response the real route, tracing a server, when I am behind a VPN.[详细]
2023-02-20 04:42 分类:问答Logging injection for flex/actionscript?
Is it possible to trace every single method call in flex/actionscript by injecting loggin开发者_开发技巧g statements some way? Like how it\'s possible in C# using PostSharp.I would suggest using Vizzy[详细]
2023-02-18 18:08 分类:问答How to use TraceView for memory profiling for android application
I am referencing this to memory profiling of my application, when I launched TraceView with my trace file, there are several colors and items shows on TraceView window.[详细]
2023-02-18 17:46 分类:问答How to know which function is calling system call?
I use strace to trace my app,and find it is blocked at a system call \"poll\",I want to figure out which function is calling开发者_运维问答 this system call.How?Did you compile your program with debu[详细]
2023-02-18 05:19 分类:问答Android traceview alternative
Are there some alternative tracing tools which works on android? If there aren\'t, are there s开发者_运维知识库ome good alternatives for measuring bottlenecks? (I ask because i have many problems with[详细]
2023-02-17 18:11 分类:问答Why does using Debug statements make code run really slow?
I have this loop // go through each alumni foreach (esDL.Alumni currAlumni in allAlumnis) { ... loop logic[详细]
2023-02-17 13:36 分类:问答