generic profiler for C code?

ssylee <stanigator@gmail.com>
Tue, 27 Jan 2009 12:43:23 -0800 (PST)

          From comp.compilers

Related articles
generic profiler for C code? stanigator@gmail.com (ssylee) (2009-01-27)
Re: generic profiler for C code? stanigator@gmail.com (ssylee) (2009-01-27)
Re: generic profiler for C code? kamalpr@hp.com (kamal) (2009-02-08)
| List of all articles for this month |

From: ssylee <stanigator@gmail.com>
Newsgroups: comp.compilers
Date: Tue, 27 Jan 2009 12:43:23 -0800 (PST)
Organization: Compilers Central
Keywords: tools, question
Posted-Date: 27 Jan 2009 17:20:45 EST

I'm running the C/C++ file to be generated as a mex file, used by m-file
in Matlab. However, I'm not sure if there are any generic profiler
libraries where I can just insert profiler function calls between the
function execution that I want to test out. It would be great for some
feedback.
[What are you trying to profile? Time per call? Number of calls?
Ranges of arguments? Something else? -John]





Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.