Thread: redirecting the output of my profiler...

  1. #1
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459

    redirecting the output of my profiler...

    i'm using djgpp and when profiling with gprof.exe i always had to pause the screen to see the output before it's all scrolled out... is there a flag i can send it to redirect the output to a text file? or maybe there's a standard DOS convention for doing so... thanks...
    hasafraggin shizigishin oppashigger...

  2. #2
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    gprof > file.txt

  3. #3
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    thanks, i think i was using a >> instead or something like that, because that is very familiar...
    hasafraggin shizigishin oppashigger...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help for my output array
    By qwertysingh in forum C Programming
    Replies: 1
    Last Post: 02-17-2009, 03:08 PM
  2. execl()/fork() output
    By tadams in forum C Programming
    Replies: 19
    Last Post: 02-04-2009, 03:29 PM
  3. Shell Scripting...redirecting executable output?
    By Kleid-0 in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-13-2005, 10:50 AM
  4. Trying to store system(command) Output
    By punxworm in forum C++ Programming
    Replies: 5
    Last Post: 04-20-2005, 06:46 PM
  5. help with redirecting std output & errors
    By fergie in forum Linux Programming
    Replies: 3
    Last Post: 04-22-2002, 02:59 PM