Home
last modified time | relevance | path

Searched refs:updateStat (Results 1 – 25 of 35) sorted by relevance

12

/dports/net-mgmt/observium/observium/libs/
H A DStatsD.php129 static::updateStat($stat, 1, $sampleRate);
139 static::updateStat($stat, -1, $sampleRate);
165 public static function updateStat($stat, $delta=1, $sampleRate=1.0) { function in StatsD
193 self::updateStat($stats, $delta, $sampleRate);
197 self::updateStat($stat, $delta, $sampleRate);
/dports/x11/rsibreak/rsibreak-0.12.14/src/
H A Drsistats.cpp135 updateStat( static_cast<RSIStat>(i), /* update derived stats */ false ); in reset()
151 updateStat( stat ); in increaseStat()
166 updateStat( stat ); in setStat()
196 updateStat( it ); in updateDependentStats()
220 updateStat( it ); in updateDependentStats()
232 updateStat( it ); in updateDependentStats()
252 void RSIStats::updateStat( RSIStat stat, bool updateDerived ) in updateStat() function in RSIStats
H A Drsistats.h116 void updateStat( RSIStat stat, bool updateDerived = true );
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
227 updateStat(EA.S, D); in accountRecord()
228 updateStat(G[TopFuncId].S, D); in accountRecord()
237 updateStat(EA.S, D); in accountRecord()
238 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
227 updateStat(EA.S, D); in accountRecord()
228 updateStat(G[TopFuncId].S, D); in accountRecord()
237 updateStat(EA.S, D); in accountRecord()
238 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/
H A Dmodules.h142 { "Stat", initStat, exitStat, updateStat, NULLVVFUNC, 0, NULLTIME },
159 { "Stat", initStat, exitStat, updateStat, NULLVVFUNC, 0, NULLTIME },
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/FreeBSD/
H A Dstat.h29 int updateStat(void);
H A Dstat.c152 updateStat(); in initStat()
200 int updateStat(void) { in updateStat() function
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp1439 updateStat(time, hfrOut, statsPlot->graph(HFR_GRAPH), d2Fcn, true); in updateStatsValues()
1441 updateStat(time, skyBgOut, statsPlot->graph(SKYBG_GRAPH), d2Fcn); in updateStatsValues()
1442 updateStat(time, snrOut, statsPlot->graph(SNR_GRAPH), d2Fcn); in updateStatsValues()
1443 updateStat(time, raOut, statsPlot->graph(RA_GRAPH), d2Fcn); in updateStatsValues()
1444 updateStat(time, decOut, statsPlot->graph(DEC_GRAPH), d2Fcn); in updateStatsValues()
1445 updateStat(time, driftOut, statsPlot->graph(DRIFT_GRAPH), d2Fcn); in updateStatsValues()
1446 updateStat(time, rmsOut, statsPlot->graph(RMS_GRAPH), d2Fcn); in updateStatsValues()
1447 updateStat(time, rmsCOut, statsPlot->graph(CAPTURE_RMS_GRAPH), d2Fcn); in updateStatsValues()
1448 updateStat(time, azOut, statsPlot->graph(AZ_GRAPH), d2Fcn); in updateStatsValues()
1449 updateStat(time, altOut, statsPlot->graph(ALT_GRAPH), d2Fcn); in updateStatsValues()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
251 updateStat(EA.S, D); in accountRecord()
252 updateStat(G[TopFuncId].S, D); in accountRecord()
261 updateStat(EA.S, D); in accountRecord()
262 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
251 updateStat(EA.S, D); in accountRecord()
252 updateStat(G[TopFuncId].S, D); in accountRecord()
261 updateStat(EA.S, D); in accountRecord()
262 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
251 updateStat(EA.S, D); in accountRecord()
252 updateStat(G[TopFuncId].S, D); in accountRecord()
261 updateStat(EA.S, D); in accountRecord()
262 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
251 updateStat(EA.S, D); in accountRecord()
252 updateStat(G[TopFuncId].S, D); in accountRecord()
261 updateStat(EA.S, D); in accountRecord()
262 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
251 updateStat(EA.S, D); in accountRecord()
252 updateStat(G[TopFuncId].S, D); in accountRecord()
261 updateStat(EA.S, D); in accountRecord()
262 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
251 updateStat(EA.S, D); in accountRecord()
252 updateStat(G[TopFuncId].S, D); in accountRecord()
261 updateStat(EA.S, D); in accountRecord()
262 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
251 updateStat(EA.S, D); in accountRecord()
252 updateStat(G[TopFuncId].S, D); in accountRecord()
261 updateStat(EA.S, D); in accountRecord()
262 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
251 updateStat(EA.S, D); in accountRecord()
252 updateStat(G[TopFuncId].S, D); in accountRecord()
261 updateStat(EA.S, D); in accountRecord()
262 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
251 updateStat(EA.S, D); in accountRecord()
252 updateStat(G[TopFuncId].S, D); in accountRecord()
261 updateStat(EA.S, D); in accountRecord()
262 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp165 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
235 updateStat(EA.S, D); in accountRecord()
236 updateStat(G[TopFuncId].S, D); in accountRecord()
245 updateStat(EA.S, D); in accountRecord()
246 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
251 updateStat(EA.S, D); in accountRecord()
252 updateStat(G[TopFuncId].S, D); in accountRecord()
261 updateStat(EA.S, D); in accountRecord()
262 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp164 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
234 updateStat(EA.S, D); in accountRecord()
235 updateStat(G[TopFuncId].S, D); in accountRecord()
244 updateStat(EA.S, D); in accountRecord()
245 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-xray/
H A Dxray-graph.cpp165 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
235 updateStat(EA.S, D); in accountRecord()
236 updateStat(G[TopFuncId].S, D); in accountRecord()
245 updateStat(EA.S, D); in accountRecord()
246 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-xray/
H A Dxray-graph.cpp157 static void updateStat(GraphRenderer::TimeStat &S, int64_t L) { in updateStat() function
251 updateStat(EA.S, D); in accountRecord()
252 updateStat(G[TopFuncId].S, D); in accountRecord()
261 updateStat(EA.S, D); in accountRecord()
262 updateStat(G[Record.FuncId].S, D); in accountRecord()
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/Linux/
H A Dstat.h27 int updateStat( void );
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/collector/
H A Dcpu_linux.go88 if err := c.updateStat(ch); err != nil {
200 func (c *cpuCollector) updateStat(ch chan<- prometheus.Metric) error { func

12