Add vtkRemoteViewStatsItem in views provider
- Remove stats stream from
vtkSMViewProxy
- A service's stats can be broadcasted from the client session and filtered on a service basis from
vtkPTSProgressObserver
- For now, expose the service stats observable from the progress observer in python.
- Utilize
vtkRemoteViewStatsItem
to communicate metrics b/w server and client. It ties stats with a gid. - I see the code duplication because of using two channels (video and image). will address it soon
Edited by Jaswant Panchumarti (Kitware)