public void WriteDebugOutput()

in managed/JetBrains.Timeline.Profiler.Api/Src/TimelineProfiler.cs [27:32]


  public void WriteDebugOutput(string str)
  {
    var errorMessage = IntPtr.Zero;
    myProfiler.WriteDebugOutput(myProviderHandle, str, ref errorMessage);
    myProfiler.CheckError(errorMessage);
  }