public void StartLine(string category, string region_name, Stopwatch sw, string ph)
 {
     ProfilerBase.StartLine(sb, category, region_name, id, sw, ph);
 }
 public void WriteLine(string category, string region_name, Stopwatch sw, string ph, string suffix)
 {
     ProfilerBase.WriteLine(sb, category, region_name, id, sw, ph, suffix);
 }