in reply to Re: parsing C functions.
in thread parsing C functions.
In your regex, match the keyword "function". The keyword is used for function in C.
Not in any version of C that I have seen.
Try a profiler instead: see your compiler documentation, often the -p option. See also prof(1) or gprof(1), sprof(1) for .so files.