Ejemplo n.º 1
0
 public void StopProfiling()
 {
     _dataHandler.Dispose();
     _dataHandler = null;
 }
Ejemplo n.º 2
0
 public void StartProfiling(ProfilingTypeSettings settings)
 {
     _eventTrees.ReadOnly = false;
     _dataHandler         = new DataHandler(_agentLibrary, _eventTrees);
 }