public void accumulate(q_metric metric) { c_csharp_metricsPINVOKE.q_metric_accumulate(swigCPtr, q_metric.getCPtr(metric)); if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending) { throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve(); } }
public void insert(ulong id, q_metric metric) { c_csharp_metricsPINVOKE.base_q_metrics_insert__SWIG_1(swigCPtr, id, q_metric.getCPtr(metric)); if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending) { throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve(); } }
public q_metric get_metric_ref(ulong key) { q_metric ret = new q_metric(c_csharp_metricsPINVOKE.base_q_metrics_get_metric_ref__SWIG_2(swigCPtr, key), false); if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending) { throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public q_metric get_metric_ref(uint lane, uint tile) { q_metric ret = new q_metric(c_csharp_metricsPINVOKE.base_q_metrics_get_metric_ref__SWIG_1(swigCPtr, lane, tile), false); if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending) { throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public q_metric at(uint n) { q_metric ret = new q_metric(c_csharp_metricsPINVOKE.base_q_metrics_at(swigCPtr, n), false); if (c_csharp_metricsPINVOKE.SWIGPendingException.Pending) { throw c_csharp_metricsPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(q_metric obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }