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) |
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]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.