Re: [fpc-pascal] gprof setup on windows

2008-03-13 Thread Peter Vreman
> On 02/11/2007, Darius Blaszijk <[EMAIL PROTECTED]> wrote: >> I would like to profile my code on windows. I tried searching the wiki, >> but without much success on how to do that on windows. Can anyone >> explain me in a few words how this can be done? > > Did you ever find any information. I

Re: [fpc-pascal] gprof

2008-03-13 Thread Graeme Geldenhuys
On 13/03/2008, Jonas Maebe <[EMAIL PROTECTED]> wrote: > > I' not sure, but I don't think so. Under Linux, you can however also > use valgrind with the cachegrind backend for profiling (but in this > case ensure that your program and the units you want to profile are > compiled with -gv, and that

Re: [fpc-pascal] gprof

2008-03-13 Thread Jonas Maebe
On 13 Mar 2008, at 09:15, Graeme Geldenhuys wrote: Has the '-pg' (gprof) compiler option issues ever been resolved under Linux? I' not sure, but I don't think so. Under Linux, you can however also use valgrind with the cachegrind backend for profiling (but in this case ensure that your

Re: [fpc-pascal] gprof

2008-03-13 Thread Graeme Geldenhuys
Has the '-pg' (gprof) compiler option issues ever been resolved under Linux? After running my application the gprof.out file is only 186 bytes big with no profiling information. Regards, - Graeme - On 02/10/2007, Jonas Maebe <[EMAIL PROTECTED]> wrote: > > On 02 Oct 2007, at 00:43, Mattias

Re: [fpc-pascal] gprof setup on windows

2008-03-13 Thread Graeme Geldenhuys
On 02/11/2007, Darius Blaszijk <[EMAIL PROTECTED]> wrote: > I would like to profile my code on windows. I tried searching the wiki, > but without much success on how to do that on windows. Can anyone > explain me in a few words how this can be done? Did you ever find any information. I would li

[fpc-pascal] gprof setup on windows

2007-11-01 Thread Darius Blaszijk
I would like to profile my code on windows. I tried searching the wiki, but without much success on how to do that on windows. Can anyone explain me in a few words how this can be done? Kind regards, Darius ___ fpc-pascal maillist - fpc-pascal@lists

Re: [fpc-pascal] gprof

2007-10-02 Thread Jonas Maebe
On 02 Oct 2007, at 11:12, Mattias Gaertner wrote: What are the plans for this feature? What else can be used as profiler for fpc? On which OS? Linux. Callgrind/Cachegrind is probably your best bet (and more detailed than gprof). Jonas ___ f

Re: [fpc-pascal] gprof

2007-10-02 Thread Mattias Gaertner
On Tue, 2 Oct 2007 10:57:45 +0200 Jonas Maebe <[EMAIL PROTECTED]> wrote: > > On 02 Oct 2007, at 00:43, Mattias Gaertner wrote: > > > It seems the gprof option -pg is still there, but it does not work. > > On which OS? It's known not to work on Linux currently (for the same > reason that share

Re: [fpc-pascal] gprof

2007-10-02 Thread Jonas Maebe
On 02 Oct 2007, at 00:43, Mattias Gaertner wrote: It seems the gprof option -pg is still there, but it does not work. On which OS? It's known not to work on Linux currently (for the same reason that shared library initialization doesn't work). What are the plans for this feature? What el

[fpc-pascal] gprof

2007-10-01 Thread Mattias Gaertner
It seems the gprof option -pg is still there, but it does not work. What are the plans for this feature? What else can be used as profiler for fpc? Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/li

Re: [fpc-pascal] gprof win32

2006-04-17 Thread Krishna
On 4/17/06, Peter Vreman <[EMAIL PROTECTED]> wrote: > At 09:54 17-4-2006, you wrote: > >How can one use gprof under win32? > > > >While it is possible to download one or another gprof, fpc reports linking > >error: "ld.exe: cannot find -lc". > > gprof only works under cygwin > I recently used it un

Re[3]: [fpc-pascal] gprof win32

2006-04-17 Thread Пётр Косаревский
> > > >While it is possible to download one or another gprof, fpc reports > > linking > > > >error: "ld.exe: cannot find -lc". > > > gprof only works under cygwin > > > Peter > >Is there any common way of profiling under win32 with freepascal? > >(One way is obvious: getting timestamps before/afte

Re[2]: [fpc-pascal] gprof win32

2006-04-17 Thread Peter Vreman
At 10:04 17-4-2006, you wrote: > At 09:54 17-4-2006, you wrote: > >How can one use gprof under win32? > >While it is possible to download one or another gprof, fpc reports linking > >error: "ld.exe: cannot find -lc". > gprof only works under cygwin > Peter Is there any common way of profiling

Re[2]: [fpc-pascal] gprof win32

2006-04-17 Thread Пётр Косаревский
> At 09:54 17-4-2006, you wrote: > >How can one use gprof under win32? > >While it is possible to download one or another gprof, fpc reports linking > >error: "ld.exe: cannot find -lc". > gprof only works under cygwin > Peter Is there any common way of profiling under win32 with freepascal? (One

Re: [fpc-pascal] gprof win32

2006-04-17 Thread Peter Vreman
At 09:54 17-4-2006, you wrote: How can one use gprof under win32? While it is possible to download one or another gprof, fpc reports linking error: "ld.exe: cannot find -lc". gprof only works under cygwin Peter ___ fpc-pascal maillist - fpc-pas

[fpc-pascal] gprof win32

2006-04-17 Thread Пётр Косаревский
How can one use gprof under win32? While it is possible to download one or another gprof, fpc reports linking error: "ld.exe: cannot find -lc". ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-