POV-Ray : Newsgroups : povray.programming : Request for help: profiling POV-Ray Server Time
28 Jul 2024 18:12:13 EDT (-0400)
  Request for help: profiling POV-Ray (Message 1 to 3 of 3)  
From: Stephen Charlwood
Subject: Request for help: profiling POV-Ray
Date: 14 May 2000 19:15:35
Message: <391F33B7.5ACC54C0@bham.ac.uk>
Hi all,

I would like to profile the rendering code of POV-Ray, and have re-built
the source under Visual C++ 6.0 OK. The problem I have is that when I
run the profiler, it only reports on functions within pvengine.obj. I
have tried running the profiler with "/EXCALL /INC povray.obj /INC
render.obj /INC BBOX.obj /INC PVENGINE.obj" as the argument, which
should select just these files for profiling. Again, in the report only
functions in pvengine.obj are reported. If I don't include the
pvengine.obj file, then the report is only a couple of lines long (other
than the header). I'd like to see how the function calls vary with
objects in the scene (my interest is in accelerating the software).

Does anyone have any experience of profiling POV-Ray with Visual C++?
Any help would be appreciated.

Thanks,

Steve


_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Digital Systems & Vision Processing Group 
School of Electronic & Electrical Engineering
University of Birmingham, Edgbaston, Birmingham, B15 2TT 
e-mail: s.m### [at] bhamacuk
tel: +44 (0)121-414-4340 (shared)/fax: +44 (0)121-414-4291

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


Post a reply to this message

From: Nathan Kopp
Subject: Re: Request for help: profiling POV-Ray
Date: 14 May 2000 23:39:49
Message: <391f7185@news.povray.org>
Stephen Charlwood <s.m### [at] bhamacuk> wrote...
> Hi all,
>
> Does anyone have any experience of profiling POV-Ray with Visual C++?
> Any help would be appreciated.

I had to compile and profile a command-line version to get it to work
properly.  I was not able to get profiling to work with the GUI version.

-Nathan


Post a reply to this message

From: Ron Parker
Subject: Re: Request for help: profiling POV-Ray
Date: 15 May 2000 12:46:19
Message: <slrn8i0b58.3oh.ron.parker@linux.parkerr.fwi.com>
On Sun, 14 May 2000 23:37:30 -0400, Nathan Kopp wrote:
>
>Stephen Charlwood <s.m### [at] bhamacuk> wrote...
>> Hi all,
>>
>> Does anyone have any experience of profiling POV-Ray with Visual C++?
>> Any help would be appreciated.
>
>I had to compile and profile a command-line version to get it to work
>properly.  I was not able to get profiling to work with the GUI version.

I suspect it's a threading thing.  Perhaps a better profiler would work.

-- 
Ron Parker   http://www2.fwi.com/~parkerr/traces.html
These are my opinions.  I do NOT speak for the POV-Team.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.