in JetBrains.Profiler.SelfApi/src/DotTrace.cs [331:340]
public static void DropData()
{
lock (Mutex)
{
if (_session == null)
throw new InvalidOperationException("The profiling session is not active: Did you call Attach()?");
_session.DropData();
}
}