Home
last modified time | relevance | path

Searched refs:getMetric (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/src/gen/
H A DwxSystemSettings.erl28 -export([getColour/1,getFont/1,getMetric/1,getMetric/2,getScreenType/0]).
57 -spec getMetric(Index) -> integer() when
60 getMetric(Index) function
62 getMetric(Index, []).
66 -spec getMetric(Index, [Option]) -> integer() when
69 getMetric(Index, Options) function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxSystemSettings.erl28 -export([getColour/1,getFont/1,getMetric/1,getMetric/2,getScreenType/0]).
57 -spec getMetric(Index) -> integer() when
60 getMetric(Index) function
62 getMetric(Index, []).
66 -spec getMetric(Index, [Option]) -> integer() when
69 getMetric(Index, Options) function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/src/gen/
H A DwxSystemSettings.erl28 -export([getColour/1,getFont/1,getMetric/1,getMetric/2,getScreenType/0]).
57 -spec getMetric(Index) -> integer() when
60 getMetric(Index) function
62 getMetric(Index, []).
66 -spec getMetric(Index, [Option]) -> integer() when
69 getMetric(Index, Options) function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxSystemSettings.erl23 -export([getColour/1,getFont/1,getMetric/1,getMetric/2,getScreenType/0]).
52 -spec getMetric(Index) -> integer() when
55 getMetric(Index) function
57 getMetric(Index, []).
61 -spec getMetric(Index, [Option]) -> integer() when
64 getMetric(Index, Options) function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxSystemSettings.erl23 -export([getColour/1,getFont/1,getMetric/1,getMetric/2,getScreenType/0]).
52 -spec getMetric(Index) -> integer() when
55 getMetric(Index) function
57 getMetric(Index, []).
61 -spec getMetric(Index, [Option]) -> integer() when
64 getMetric(Index, Options) function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxSystemSettings.erl23 -export([getColour/1,getFont/1,getMetric/1,getMetric/2,getScreenType/0]).
52 -spec getMetric(Index) -> integer() when
55 getMetric(Index) function
57 getMetric(Index, []).
61 -spec getMetric(Index, [Option]) -> integer() when
64 getMetric(Index, Options) function
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxSystemSettings.erl23 -export([getColour/1,getFont/1,getMetric/1,getMetric/2,getScreenType/0]).
52 -spec getMetric(Index) -> integer() when
55 getMetric(Index) function
57 getMetric(Index, []).
61 -spec getMetric(Index, [Option]) -> integer() when
64 getMetric(Index, Options) function
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/scheduler/
H A DStatsReportListener.scala98 getMetric: (TaskInfo, TaskMetrics) => Double): Option[Distribution] = {
99 Distribution(taskInfoMetrics.map { case (info, metric) => getMetric(info, metric) })
105 getMetric: (TaskInfo, TaskMetrics) => Long): Option[Distribution] = {
108 (info, metric) => { getMetric(info, metric).toDouble })
134 getMetric: (TaskInfo, TaskMetrics) => Double,
136 showDistribution(heading, extractDoubleDistribution(taskInfoMetrics, getMetric), format)
141 getMetric: (TaskInfo, TaskMetrics) => Long,
143 showBytesDistribution(heading, extractLongDistribution(taskInfoMetrics, getMetric))
161 getMetric: (TaskInfo, TaskMetrics) => Long,
163 showMillisDistribution(heading, extractLongDistribution(taskInfoMetrics, getMetric))
/dports/www/matomo/piwik/plugins/Goals/Columns/Metrics/
H A DRevenuePerVisit.php48 $goals = $this->getMetric($row, 'goals') ?: array();
58 … $revenue += (int) $this->getMetric($goalMetrics, 'revenue', $mappingFromNameToIdGoal);
63 $revenue = (int) $this->getMetric($row, 'revenue');
66 $nbVisits = (int) $this->getMetric($row, 'nb_visits');
67 $conversions = (int) $this->getMetric($row, 'nb_conversions');
H A DAverageQuantity.php36 $quantity = $this->getMetric($row, 'quantity');
37 $orders = $this->getMetric($row, 'orders');
38 $abandonedCarts = $this->getMetric($row, 'abandoned_carts');
H A DProductConversionRate.php43 $orders = $this->getMetric($row, 'orders');
44 $abandonedCarts = $this->getMetric($row, 'abandoned_carts');
45 $visits = $this->getMetric($row, 'nb_visits');
H A DAveragePrice.php42 $price = $this->getMetric($row, 'price');
43 $orders = $this->getMetric($row, 'orders');
44 $abandonedCarts = $this->getMetric($row, 'abandoned_carts');
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/liuggio/statsd-php-client/tests/Liuggio/StatsdClient/
H A DStatsdDataFactoryTest.php35 $this->assertContains('ms', $obj->getMetric());
47 $this->assertEquals('c', $obj->getMetric());
59 $this->assertEquals('g', $obj->getMetric());
71 $this->assertEquals('c', $obj->getMetric());
83 $this->assertEquals('c', $obj->getMetric());
95 $this->assertEquals('c', $obj->getMetric());
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/liuggio/statsd-php-client/tests/Liuggio/StatsdClient/
H A DStatsdDataFactoryTest.php35 $this->assertContains('ms', $obj->getMetric());
47 $this->assertEquals('c', $obj->getMetric());
59 $this->assertEquals('g', $obj->getMetric());
71 $this->assertEquals('c', $obj->getMetric());
83 $this->assertEquals('c', $obj->getMetric());
95 $this->assertEquals('c', $obj->getMetric());
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/liuggio/statsd-php-client/tests/Liuggio/StatsdClient/
H A DStatsdDataFactoryTest.php35 $this->assertContains('ms', $obj->getMetric());
47 $this->assertEquals('c', $obj->getMetric());
59 $this->assertEquals('g', $obj->getMetric());
71 $this->assertEquals('c', $obj->getMetric());
83 $this->assertEquals('c', $obj->getMetric());
95 $this->assertEquals('c', $obj->getMetric());
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/metrics2/util/
H A DTestMetricsCache.java49 assertEquals("same metric value", 0, cr.getMetric("m")); in testUpdate()
59 assertEquals("updated metric value", 2, cr.getMetric("m")); in testUpdate()
63 assertEquals("old metric value", 1, cr.getMetric("m1")); in testUpdate()
67 assertEquals("new metric value", 42, cr.getMetric("m2")); in testUpdate()
76 assertEquals("updated metric value", 3, cr.getMetric("m3")); in testUpdate()
86 assertEquals("Metric value", 3, cr.getMetric("m3")); in testUpdate()
103 assertEquals("new metric value", 1, cr.getMetric("m")); in testGet()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DIncrement.actor.cpp69 m.push_back( transactions.getMetric() ); in getMetrics()
70 m.push_back( retries.getMetric() ); in getMetrics()
71 m.push_back( tooOldRetries.getMetric() ); in getMetrics()
72 m.push_back( commitFailedRetries.getMetric() ); in getMetrics()
137 …if (self->transactions.getMetric().value() < self->testDuration * self->minExpectedTransactionsPer… in incrementCheck()
138 …elow desired rate").detail("Details", format("%.2f", self->transactions.getMetric().value() / (sel… in incrementCheck()
139 .detail("TransactionsAchieved", self->transactions.getMetric().value()) in incrementCheck()
H A DUnitTests.actor.cpp57 m.push_back(testsAvailable.getMetric()); in getMetrics()
58 m.push_back(testsExecuted.getMetric()); in getMetrics()
59 m.push_back(testsFailed.getMetric()); in getMetrics()
60 m.push_back(totalWallTime.getMetric()); in getMetrics()
61 m.push_back(totalSimTime.getMetric()); in getMetrics()
H A DCycle.actor.cpp70 m.push_back( transactions.getMetric() ); in getMetrics()
71 m.push_back( retries.getMetric() ); in getMetrics()
72 m.push_back( tooOldRetries.getMetric() ); in getMetrics()
73 m.push_back( commitFailedRetries.getMetric() ); in getMetrics()
166 …if (self->transactions.getMetric().value() < self->testDuration * self->minExpectedTransactionsPer… in cycleCheck()
167 …elow desired rate").detail("Details", format("%.2f", self->transactions.getMetric().value() / (sel… in cycleCheck()
168 .detail("TransactionsAchieved", self->transactions.getMetric().value()) in cycleCheck()
/dports/www/matomo/piwik/core/Plugin/
H A DComputedMetric.php121 $metric1 = $this->getMetric($row, $this->metric1);
122 $metric2 = $this->getMetric($row, $this->metric2);
139 $metric1 = $this->getMetricsList()->getMetric($this->metric1);
188 $metric1 = $metric->getMetric($this->metric1);
189 $metric2 = $metric->getMetric($this->metric2);
224 $metric1 = $metric->getMetric($this->metric1);
225 $metric2 = $metric->getMetric($this->metric2);
/dports/devel/spark/spark-2.1.1/streaming/src/main/scala/org/apache/spark/streaming/scheduler/
H A DStreamingListener.scala118 def showMillisDistribution(heading: String, getMetric: BatchInfo => Option[Long]) {
120 heading, extractDistribution(getMetric))
123 def extractDistribution(getMetric: BatchInfo => Option[Long]): Option[Distribution] = {
124 Distribution(batchInfos.flatMap(getMetric(_)).map(_.toDouble))
/dports/www/py-dj32-django-prometheus/django-prometheus-2.2.0/django_prometheus/
H A Dtestutils.py51 def getMetric(self, metric_name, registry=REGISTRY, **labels): member in PrometheusTestCaseMixin
104 value = self.getMetric(metric_name, registry=registry, **labels)
130 current_value = self.getMetric(metric_name, registry=registry, **labels)
163 current_value = self.getMetric(metric_name, registry=registry, **labels)
/dports/www/py-django-prometheus/django-prometheus-2.2.0/django_prometheus/
H A Dtestutils.py51 def getMetric(self, metric_name, registry=REGISTRY, **labels): member in PrometheusTestCaseMixin
104 value = self.getMetric(metric_name, registry=registry, **labels)
130 current_value = self.getMetric(metric_name, registry=registry, **labels)
163 current_value = self.getMetric(metric_name, registry=registry, **labels)
/dports/sysutils/intel-pcm/pcm-202109/
H A Dresctrl.cpp108 size_t Resctrl::getMetric(Resctrl::FileMapType & fileMap, int core) in getMetric() function in pcm::Resctrl
134 return getMetric(L3OCC, core); in getL3OCC()
138 return getMetric(MBL, core); in getMBL()
142 return getMetric(MBT, core); in getMBT()
/dports/sysutils/intel-pcm-devel/pcm-0212b38/
H A Dresctrl.cpp108 size_t Resctrl::getMetric(Resctrl::FileMapType & fileMap, int core) in getMetric() function in pcm::Resctrl
134 return getMetric(L3OCC, core); in getL3OCC()
138 return getMetric(MBL, core); in getMBL()
142 return getMetric(MBT, core); in getMBT()

12345678910>>...14