Re: [us...@httpd] Use -finstrument-functions in module

2010-12-03 Thread Igor Galić
- "Michael Powe" wrote: > Hello, > > I would like to use the gcc option -finstrument-functions to add some > profiling to my module. I can implement the functions and compile > with the option successfully; however, I don't get any log output. > > Documentation is a bit slender. > > Th

[us...@httpd] Use -finstrument-functions in module

2010-12-01 Thread Michael Powe
Hello, I would like to use the gcc option -finstrument-functions to add some profiling to my module. I can implement the functions and compile with the option successfully; however, I don't get any log output. Documentation is a bit slender. The instrumented functions are declared: __cyg_pro