MCPcopy Create free account
hub / github.com/Kitware/VTK / Update

Method Update

Rendering/ParallelLIC/vtkParallelTimer.cxx:591–601  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

589
590//------------------------------------------------------------------------------
591void vtkParallelTimer::Update()
592{
593#if vtkParallelTimerDEBUG > 1
594 std::cerr << "=====vtkParallelTimer::Update" << endl;
595#endif
596
597 if (this->Initialized)
598 {
599 this->Log->Gather(this->WriterRank);
600 }
601}
602
603//------------------------------------------------------------------------------
604int vtkParallelTimer::Write()

Callers 7

WriteTimerLogMethod · 0.45
WriteTimerLogMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
ExecuteMethod · 0.45
CreatePipelineMethod · 0.45
ReadReducedImageMethod · 0.45

Calls 1

GatherMethod · 0.45

Tested by 2

ExecuteMethod · 0.36
CreatePipelineMethod · 0.36