public Session DropData()

in JetBrains.Profiler.SelfApi/src/DotTrace.cs [594:605]


      public Session DropData()
      {
        if (_consoleProfiler.IsApiUsed)
          MeasureProfiler.DropData();
        else
        {
          _consoleProfiler.Send("drop");
          _consoleProfiler.AwaitResponse("(?:stopped|drop-error)", ResponseTimeout);
        }

        return this;
      }