[Paraview] Performance measuring

Berk Geveci berk.geveci at kitware.com
Wed Jun 25 13:18:19 EDT 2008


I forgot to mention that the example below requires CVS version of ParaView.

-berk

On Wed, Jun 25, 2008 at 1:17 PM, Berk Geveci <berk.geveci at kitware.com> wrote:
> Yes. It is possible (although not trivial). Try this:
>
> sm = servermanager
> ti = sm.vtkPVTimerInformation()
> pm = sm.vtkProcessModule.GetProcessModule()
> pm.GatherInformation(sm.ActiveConnection.ID, 1, ti,
> pm.GetProcessModuleIDAsInt())
> ti.GetNumberOfLogs()
> ti.GetLog(0)
>
> For more information, look at the doxygen pages of
> vtkPVTimerInformation and vtkProcessModule.
>
> -berk
>
> On Wed, Jun 25, 2008 at 12:59 PM, Patrick Shinpaugh <shpatric at vt.edu> wrote:
>> Hi,
>> We are also looking to measure performance. However, we were hoping to
>> access performance data through the python interface. Is this possible?
>>
>> Thanks
>> Pat
>>
>>
>> Moreland, Kenneth wrote:
>>>
>>> Tools -> Timer Log.  It will tell you how much time was spent in still and
>>> interactive renders.
>>>
>>> -Ken
>>>
>>>
>>>>
>>>> -----Original Message-----
>>>> From: paraview-bounces at paraview.org
>>>> [mailto:paraview-bounces at paraview.org]
>>>> On Behalf Of Weiguang Guan
>>>> Sent: Wednesday, March 12, 2008 9:09 AM
>>>> To: paraview at paraview.org
>>>> Subject: [Paraview] Performance measuring
>>>>
>>>> Hello,
>>>>
>>>> Please forgive me for having so many questions today!
>>>>
>>>> Where can I find timing information about rendering performance? I'm
>>>> gonna
>>>> analyze the rendering times of a large dataset vs number of rendering
>>>> nodes on our cluster.
>>>>
>>>> Weiguang
>>>> _______________________________________________
>>>> ParaView mailing list
>>>> ParaView at paraview.org
>>>> http://www.paraview.org/mailman/listinfo/paraview
>>>>
>>>
>>>
>>> _______________________________________________
>>> ParaView mailing list
>>> ParaView at paraview.org
>>> http://www.paraview.org/mailman/listinfo/paraview
>>>
>>>
>>
>> --
>> Patrick Shinpaugh
>> Virginia Tech
>> UVAG System Administrator/Programmer
>> 540-231-2054
>>
>> _______________________________________________
>> ParaView mailing list
>> ParaView at paraview.org
>> http://www.paraview.org/mailman/listinfo/paraview
>>
>


More information about the ParaView mailing list