in JetBrains.Profiler.SelfApi/src/DotMemory.cs [436:444]
public Session GetSnapshot(string name)
{
if (_consoleProfiler.IsApiUsed)
MemoryProfiler.GetSnapshot(name);
else
_consoleProfiler.Send("get-snapshot", "name", name);
_consoleProfiler.AwaitResponse("snapshot-saved", ConsoleProfiler.InfiniteTimeout);
return this;
}