Home
last modified time | relevance | path

Searched defs:counterName (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/client/metrics/
H A DServerSideScanMetrics.java45 protected AtomicLong createCounter(String counterName) { in createCounter()
69 public void setCounter(String counterName, long value) { in setCounter()
80 public boolean hasCounter(String counterName) { in hasCounter()
88 public AtomicLong getCounter(String counterName) { in getCounter()
96 public void addToCounter(String counterName, long delta) { in addToCounter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DPerformanceCounter.cs38 private string counterName; field in System.Diagnostics.PerformanceCounter
82 …public PerformanceCounter(string categoryName, string counterName, string instanceName, string mac… in PerformanceCounter()
92 …internal PerformanceCounter(string categoryName, string counterName, string instanceName, string m… in PerformanceCounter()
105 public PerformanceCounter(string categoryName, string counterName, string instanceName) : in PerformanceCounter()
112 …public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readO… in PerformanceCounter()
128 public PerformanceCounter(string categoryName, string counterName) : in PerformanceCounter()
135 public PerformanceCounter(string categoryName, string counterName, bool readOnly) : in PerformanceCounter()
H A DPerformanceCounterCategory.cs159 public bool CounterExists(string counterName) { in CounterExists()
172 public static bool CounterExists(string counterName, string categoryName) { in CounterExists()
179 … public static bool CounterExists(string counterName, string categoryName, string machineName) { in CounterExists()
204 …ceCounterCategory Create(string categoryName, string categoryHelp, string counterName, string coun… in Create()
211 … string categoryHelp, PerformanceCounterCategoryType categoryType, string counterName, string coun… in Create()
279 internal static void CheckValidCounter(string counterName) { in CheckValidCounter()
H A DInstanceDataCollectionCollection.cs56 internal void Add(string counterName, InstanceDataCollection value) { in Add()
64 public bool Contains(string counterName) { in Contains()
H A DCounterCreationData.cs23 private string counterName = String.Empty; field in System.Diagnostics.CounterCreationData
35 …public CounterCreationData(string counterName, string counterHelp, PerformanceCounterType counterT… in CounterCreationData()
H A DInstanceDataCollection.cs19 private string counterName; field in System.Diagnostics.InstanceDataCollection
25 public InstanceDataCollection(string counterName) { in InstanceDataCollection()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/counters/
H A DAbstractCounterGroup.java82 public synchronized T addCounter(String counterName, String displayName, in addCounter()
100 public synchronized T findCounter(String counterName, String displayName) { in findCounter()
112 public T findCounter(String counterName, boolean create) { in findCounter()
118 private synchronized T findCounterImpl(String counterName, boolean create) { in findCounterImpl()
129 public T findCounter(String counterName) { in findCounter()
140 protected abstract T newCounter(String counterName, String displayName, in newCounter()
H A DCounterGroupBase.java75 T findCounter(String counterName, String displayName); in findCounter()
83 T findCounter(String counterName, boolean create); in findCounter()
90 T findCounter(String counterName); in findCounter()
H A DFileSystemCounterGroup.java101 protected String localizeCounterName(String counterName) { in localizeCounterName()
181 private String[] parseCounterName(String counterName) { in parseCounterName()
191 public C findCounter(String counterName, String displayName) { in findCounter()
196 public C findCounter(String counterName, boolean create) { in findCounter()
209 public C findCounter(String counterName) { in findCounter()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/
H A DPerformanceCounter.cs72 …public PerformanceCounter(string categoryName, string counterName, string instanceName, string mac… in PerformanceCounter()
83 …internal PerformanceCounter(string categoryName, string counterName, string instanceName, string m… in PerformanceCounter()
97 public PerformanceCounter(string categoryName, string counterName, string instanceName) : in PerformanceCounter()
105 …public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readO… in PerformanceCounter()
123 public PerformanceCounter(string categoryName, string counterName) : in PerformanceCounter()
131 public PerformanceCounter(string categoryName, string counterName, bool readOnly) : in PerformanceCounter()
H A DPerformanceCounterCategory.cs152 public bool CounterExists(string counterName) in CounterExists()
166 public static bool CounterExists(string counterName, string categoryName) in CounterExists()
174 … public static bool CounterExists(string counterName, string categoryName, string machineName) in CounterExists()
195 …ceCounterCategory Create(string categoryName, string categoryHelp, string counterName, string coun… in Create()
201 … string categoryHelp, PerformanceCounterCategoryType categoryType, string counterName, string coun… in Create()
267 internal static void CheckValidCounter(string counterName) in CheckValidCounter()
H A DInstanceDataCollectionCollection.cs47 internal void Add(string counterName, InstanceDataCollection value) in Add()
53 public bool Contains(string counterName) in Contains()
/dports/net/fb303/fb303-83ae662219660d30b49ad8474f5c63bbfc6d5f6f/fb303/
H A DHistogramExporter.cpp135 std::string counterName; in forEachPercentileName() local
158 hist, name, percentile, [&](StringPiece counterName, int level) { in exportPercentile()
172 hist, name, percentile, [&](StringPiece counterName, int /* unused */) { in unexportPercentile()
185 folly::small_vector<char, 200> counterName(kNameSize); in forEachStatName() local
202 hist, name, exportType, [&](StringPiece counterName, int level) { in exportStat()
216 hist, name, exportType, [&](StringPiece counterName, int /* unused */) { in unexportStat()
H A DTimeseriesExporter.cpp70 char* counterName, in getCounterName()
116 folly::small_vector<char, 200> counterName(kNameSize); in exportStat() local
142 folly::small_vector<char, 200> counterName(kNameSize); in unExportStat() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DPerformanceCounter.cs49 private string counterName; field in System.Diagnostics.PerformanceCounter
75 string counterName) in PerformanceCounter()
81 string counterName, in PerformanceCounter()
88 string counterName, in PerformanceCounter()
95 string counterName, in PerformanceCounter()
120 string counterName, in PerformanceCounter()
H A DInstanceDataCollection.cs39 private string counterName; field in System.Diagnostics.InstanceDataCollection
49 public InstanceDataCollection (string counterName) in InstanceDataCollection()
H A DPerformanceCounterCategory.cs138 public bool CounterExists (string counterName) in CounterExists()
143 public static bool CounterExists (string counterName, string categoryName) in CounterExists()
150 public static bool CounterExists (string counterName, string categoryName, string machineName) in CounterExists()
174 string counterName, in Create()
203 string counterName, in Create()
/dports/misc/usd/USD-21.11/pxr/base/trace/testenv/
H A DtestTraceCounters.cpp57 const TfToken& counterName, const std::vector<double> desiredValues) in TestTimelineCounterValues()
81 const TfToken& counterName, const double desiredValue) in TestAggregateCounterValue()
93 const TfToken& counterName, const double desiredValue) in TestAggregateCounterDelta()
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DPdhTest.java56 String counterName = makeCounterPath(pdh, elems); in testQueryOneCounter() local
96 String counterName = makeCounterPath(pdh, elems); in testQueryMultipleCounters() local
118 String counterName = ch.getKey(); in testQueryMultipleCounters() local
147 …private static void showRawCounterData(PrintStream out, String counterName, PDH_RAW_COUNTER rawCou… in showRawCounterData()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/
H A DTaskAttemptContext.java60 public Counter getCounter(Enum<?> counterName); in getCounter()
69 public Counter getCounter(String groupName, String counterName); in getCounter()
/dports/math/py-plastex/plasTeX-2.1/plasTeX/Packages/
H A Dminitoc.py147 counterName = '' variable in _adjust
154 counterName = 'ptc' variable in adjustptc
157 counterName = 'mtc' variable in adjustmtc
160 counterName = 'stc' variable in adjuststc
168 counterName = 'ptc' variable in decrementptc
171 counterName = 'mtc' variable in decrementmtc
174 counterName = 'stc' variable in decrementstc
182 counterName = 'ptc' variable in incrementptc
185 counterName = 'mtc' variable in incrementmtc
188 counterName = 'stc' variable in incrementstc
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/ref/
H A DSystem.Diagnostics.PerformanceCounter.cs13 …public CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceC… in CounterCreationData()
76 public InstanceDataCollection(string counterName) { } in InstanceDataCollection()
91 public bool Contains(string counterName) { throw null; } in Contains()
99 public PerformanceCounter(string categoryName, string counterName) { } in PerformanceCounter()
100 public PerformanceCounter(string categoryName, string counterName, bool readOnly) { } in PerformanceCounter()
101 public PerformanceCounter(string categoryName, string counterName, string instanceName) { } in PerformanceCounter()
102 …public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readO… in PerformanceCounter()
103 …public PerformanceCounter(string categoryName, string counterName, string instanceName, string mac… in PerformanceCounter()
134 public bool CounterExists(string counterName) { throw null; } in CounterExists()
135 public static bool CounterExists(string counterName, string categoryName) { throw null; } in CounterExists()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DTaskAttemptContextImpl.java65 public Counter getCounter(Enum<?> counterName) { in getCounter()
70 public Counter getCounter(String groupName, String counterName) { in getCounter()
H A DCounters.java283 public long getCounter(String counterName) { in getCounter()
358 public Counter findCounter(String counterName, String displayName) { in findCounter()
363 public Counter findCounter(String counterName, boolean create) { in findCounter()
368 public Counter findCounter(String counterName) { in findCounter()
405 static long getCounterValue(CounterGroupBase<Counter> group, String counterName) { in getCounterValue()
419 protected Counter newCounter(String counterName, String displayName, in newCounter()
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/
H A DTaskInputOutputContext.java83 public Counter getCounter(Enum<?> counterName) { in getCounter()
87 public Counter getCounter(String groupName, String counterName) { in getCounter()

123456789