freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Profiling with Irix and KCC


From: Jeffrey Oldham
Subject: Profiling with Irix and KCC
Date: Thu, 30 Aug 2001 12:30:22 -0700

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
address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]