Thread: Profiling other than gprof

  1. #1
    Registered User
    Join Date
    Feb 2008
    Posts
    147

    Profiling other than gprof

    Hello,

    I use mingw for windows and has been using always gprof por timing function and improve performance.

    Is there any tool where I can see how cache and memory are used? where my program can improve data structures and/or memory access. This is a different thing than profiling function, but profiling data use.

    Thank you very much.

  2. #2

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can gprof go into each self-defined function?
    By lehe in forum C Programming
    Replies: 3
    Last Post: 03-26-2009, 10:30 PM
  2. Question about Gprof
    By PetrolMan in forum C++ Programming
    Replies: 1
    Last Post: 03-23-2009, 10:18 AM
  3. compiling using gprof
    By shuo in forum C++ Programming
    Replies: 5
    Last Post: 05-27-2008, 07:47 AM
  4. Gprof under windows
    By Kempelen in forum C Programming
    Replies: 7
    Last Post: 05-23-2008, 05:49 PM
  5. Profiling with GPROF
    By RoshanX in forum C Programming
    Replies: 2
    Last Post: 03-30-2007, 02:38 PM