protected override string GetRunnerName()

in JetBrains.Profiler.SelfApi/src/DotMemory.cs [393:400]


      protected override string GetRunnerName() => HabitatInfo.Platform == JetPlatform.Windows
        ? "dotMemory.exe"
        : "dotmemory";

      protected override string GetPackageName()
      {
        return "JetBrains.dotMemory.Console";
      }