Posts Tagged The Program

[CPCol09] Conference: Practices and Continuous Integration in …

Recent Posts.

, , , , , , ,

No Comments

C Programming: How to Debug Programs

This is a great advantage when debugging ! Code in a sub-unit may be debugged separately from the rest of the program code . I find it useful to debug each sub-unit as it is written. If no debugging is performed until the entire program …

, , , , , , , ,

No Comments

Profiling with XHProf – techPortal

profiling , a form of dynamic program analysis (as opposed to static code analysis), is the investigation of a program’s behavior using information gathered as the program executes. The usual purpose of this analysis is to determine …

, , , , , , , , , ,

No Comments

Reflections of my thoughts…: How to Debug Child Process Using …

In this situation usually developers modify the source code if the want to debug and put some delay, or call “DebugBreak” API to debug the program. But in some situations this is also not practical. So what we’ve to do

, , , , , , , , , , , , ,

No Comments

Profiling C++ Code On Linux – C And C++ | Dream.In.Code

I know that I could always insert a bunch of timestamps and profile the code that way. What I was wondering was whether or not there is any kind of software package out there that can run an instance of the program and report back what …

, , , , , , , , ,

No Comments