Profiling with Irix and KCC

Jeffrey Oldham oldham at codesourcery.com
Thu Aug 30 19:30:22 UTC 2001


Here are two ways to profile executables produced by KCC on Irix6.5.

1) The X window interface method:

  ssrun -workshop -usertime <executable>	# creates <executable>.usertime.<random string>
  cvperf <executable>.usertime.<random string>

2) The text-based method:

  ssrun -usertime <executable>	# creates <executable>.usertime.<random string>
  prof <executable>.usertime.<random string>

If anyone knows better methods, please let me know.

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com



More information about the pooma-dev mailing list