How to profile GemStone remote calls

GtGemStoneSessionEvaluationEventsCollector GtBeaconEventsCollector subclass: #GtGemStoneSessionEvaluationEventsCollector instanceVariableNames: '' classVariableNames: '' package: 'GToolkit-GemStone-Pharo-BeaconLogging-Grouping' provides a way to monitor remote calls and get details about their duration and receiver. The simplest way is to use the default instance of the collector.

GtGemStoneSessionEvaluationEventsCollector start.
  
GtGemStoneSessionEvaluationEventsCollector stop.
  
GtGemStoneSessionEvaluationEventsCollector reset.
  
GtGemStoneSessionEvaluationEventsCollector defaultInstance