public Session SaveData()

in JetBrains.Profiler.SelfApi/src/DotTrace.cs [583:591]


      public Session SaveData()
      {
        if (_consoleProfiler.IsApiUsed)
          MeasureProfiler.SaveData();
        else
          _consoleProfiler.Send("get-snapshot");
        _consoleProfiler.AwaitResponse("(?:snapshot-saved|get-snapshot-error)", ConsoleProfiler.InfiniteTimeout);
        return this;
      }