Re: generic profiler for C code?

ssylee <stanigator@gmail.com>
Tue, 27 Jan 2009 20:39:07 -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 20:39:07 -0800 (PST)
Organization: Compilers Central
References: 09-01-054
Keywords: tools, C, question
Posted-Date: 29 Jan 2009 05:28:01 EST

On Jan 27, 12:43 pm, ssylee <staniga...@gmail.com> wrote:
> 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]


To add to my question, I'm trying to profile function call execution
times in my mex-generating C++ source code for Matlab (i.e. time per
call).



Post a followup to this message

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