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