Tool for measuring speed of C code wanted 
Author Message
 Tool for measuring speed of C code wanted

Does anyone know of some tools that could help me optimize the speed of
a C code? Utilities that could measure the amount of time spend inside
each subroutine would be ideal. My code runs on Unix.

Thanks,

Ashish



Sun, 15 Jul 2001 03:00:00 GMT  
 Tool for measuring speed of C code wanted

Quote:

> Does anyone know of some tools that could help me optimize the speed of
> a C code? Utilities that could measure the amount of time spend inside
> each subroutine would be ideal. My code runs on Unix.

> Thanks,

> Ashish

Try:
man prof
man grof

You are asking for a profiling tool.  This is not a C language thing, but an
operating system / platform issue.  Try asking the Unix folks at:


--
Thomas Matthews



Sun, 15 Jul 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Complexity measuring tools wanted

2. Wanted: Source to measure code complexity

3. Measuring algorithm speed

4. Measuring System Speed

5. Measure my hard disk speed.

6. C source code tool wanted

7. C-code analysis tools wanted

8. Unix tool to pretty print C code wanted...

9. Source Code Management Tool wanted!

10. Source Code Management Tool wanted!

11. tool to measure memory usage

12. SUMMARY : automatic tools for measuring C

 

 
Powered by phpBB® Forum Software