Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!pikes!csn!boulder!uswat!russell From: russell@uswest.com Newsgroups: comp.sys.mac.programmer Subject: Re: How does one get THINK C Profiler() info to print to a file? Summary: use cecho2file... Message-ID: <14096@uswat.UUCP> Date: 5 Jan 91 00:57:20 GMT References: <1990Dec19.000535.20385@midway.uchicago.edu> Sender: news@uswat.UUCP Distribution: na Organization: your organization Lines: 11 In article <1990Dec19.000535.20385@midway.uchicago.edu> gft_robert@gsbacd.uchicago.edu asks about getting profiler output into a file: I ran into the same problem just yesterday, but rather than munge around with the profile library I just called cecho2file in the console library, like so: cecho2file ("profile.out", stdout); before turning profiling on. Worked fine for me. Russell Greenlee