Exemple #1
0
 public static void summarize_compass_run_metrics(run_metrics metrics, run_summary summary, bool skip_median, bool clear)
 {
     c_csharp_summaryPINVOKE.summarize_compass_run_metrics__SWIG_0(run_metrics.getCPtr(metrics), run_summary.getCPtr(summary), skip_median, clear);
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public static void summarize_compass_run_metrics(run_metrics metrics, run_summary summary)
 {
     c_csharp_summaryPINVOKE.summarize_compass_run_metrics__SWIG_2(run_metrics.getCPtr(metrics), run_summary.getCPtr(summary));
     if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(run_summary obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }