Example #1
0
 static void EndBuildSection()
 {
     UnityBeeDriverProfilerSession.EndSection();
 }
Example #2
0
 static void EndProfile()
 {
     UnityBeeDriverProfilerSession.Finish();
 }
Example #3
0
 static void BeginBuildSection(string name)
 {
     UnityBeeDriverProfilerSession.BeginSection(name);
 }
Example #4
0
 static void BeginProfile()
 {
     UnityBeeDriverProfilerSession.Start($"{DagDirectory}/buildreport.json");
 }