Home
last modified time | relevance | path

Searched refs:PerformanceCounter (Results 26 – 50 of 366) sorted by relevance

12345678910>>...15

/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DPerformanceCounter.h71 class PerformanceCounter final {
73 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(PerformanceCounter)
75 explicit PerformanceCounter(const nsACString& aName);
128 ~PerformanceCounter() = default;
H A DSchedulerGroup.h47 mozilla::PerformanceCounter* aPerformanceCounter);
49 mozilla::PerformanceCounter* GetPerformanceCounter() const;
67 RefPtr<mozilla::PerformanceCounter> mPerformanceCounter;
83 mozilla::PerformanceCounter* aPerformanceCounter);
H A DnsThread.h70 Snapshot(uint32_t aOldEventLoopDepth, PerformanceCounter* aCounter, in Snapshot()
84 RefPtr<PerformanceCounter> mOldPerformanceCounter;
94 Snapshot RunnableWillRun(PerformanceCounter* Counter, TimeStamp aNow,
152 RefPtr<PerformanceCounter> mCurrentPerformanceCounter;
237 virtual mozilla::PerformanceCounter* GetPerformanceCounter(
240 static mozilla::PerformanceCounter* GetPerformanceCounterBase(
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DPerformanceCounter.h71 class PerformanceCounter final {
73 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(PerformanceCounter)
75 explicit PerformanceCounter(const nsACString& aName);
128 ~PerformanceCounter() = default;
H A DSchedulerGroup.h47 mozilla::PerformanceCounter* aPerformanceCounter);
49 mozilla::PerformanceCounter* GetPerformanceCounter() const;
67 RefPtr<mozilla::PerformanceCounter> mPerformanceCounter;
83 mozilla::PerformanceCounter* aPerformanceCounter);
H A DnsThread.h68 Snapshot(uint32_t aOldEventLoopDepth, PerformanceCounter* aCounter, in Snapshot()
82 RefPtr<PerformanceCounter> mOldPerformanceCounter;
92 Snapshot RunnableWillRun(PerformanceCounter* Counter, TimeStamp aNow,
150 RefPtr<PerformanceCounter> mCurrentPerformanceCounter;
228 virtual mozilla::PerformanceCounter* GetPerformanceCounter(
231 static mozilla::PerformanceCounter* GetPerformanceCounterBase(
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DSchedulerGroup.h47 mozilla::PerformanceCounter* aPerformanceCounter);
49 mozilla::PerformanceCounter* GetPerformanceCounter() const;
67 RefPtr<mozilla::PerformanceCounter> mPerformanceCounter;
83 mozilla::PerformanceCounter* aPerformanceCounter);
H A DnsThread.h68 Snapshot(uint32_t aOldEventLoopDepth, PerformanceCounter* aCounter, in Snapshot()
82 RefPtr<PerformanceCounter> mOldPerformanceCounter;
92 Snapshot RunnableWillRun(PerformanceCounter* Counter, TimeStamp aNow,
150 RefPtr<PerformanceCounter> mCurrentPerformanceCounter;
228 virtual mozilla::PerformanceCounter* GetPerformanceCounter(
231 static mozilla::PerformanceCounter* GetPerformanceCounterBase(
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dhrtimer.pas133 function PerformanceCounter(var Cnt: Comp): boolean; in PerformanceCounter() function
260 function PerformanceCounter(var Cnt: Comp): boolean; in PerformanceCounter() function
267 PerformanceCounter := QueryPerformanceCounter(c64);
270 PerformanceCounter := QueryPerformanceCounter(TLargeInteger(Cnt));
300 if PerformanceFrequency(f) and PerformanceCounter(c1) then begin
303 if PerformanceCounter(c2) then ;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Diagnostics/
H A DDefaultPerformanceCounters.cs36 internal PerformanceCounter[] Counters { get; set; }
73 this.Counters = new PerformanceCounter[(int)PerfCounters.TotalCounters]; in DefaultPerformanceCounters()
78PerformanceCounter counter = PerformanceCounters.GetDefaultPerformanceCounter(this.perfCounterName… in DefaultPerformanceCounters()
122 PerformanceCounter counter = this.Counters[ctr]; in Dispose()
H A DEndpointPerformanceCounters.cs12 internal PerformanceCounter[] Counters { get; set; }
18 this.Counters = new PerformanceCounter[(int)PerfCounters.TotalCounters]; in EndpointPerformanceCounters()
21PerformanceCounter counter = PerformanceCounters.GetEndpointPerformanceCounter(perfCounterNames[i]… in EndpointPerformanceCounters()
147 PerformanceCounter counter = this.Counters[ctr]; in Dispose()
H A DOperationPerformanceCounters.cs12 internal PerformanceCounter[] Counters { get; set; }
17 this.Counters = new PerformanceCounter[(int)PerfCounters.TotalCounters]; in OperationPerformanceCounters()
20PerformanceCounter counter = PerformanceCounters.GetOperationPerformanceCounter(perfCounterNames[i… in OperationPerformanceCounters()
134 PerformanceCounter counter = this.Counters[ctr]; in Dispose()
H A DPerformanceCounters.cs111 …static internal PerformanceCounter GetOperationPerformanceCounter(string perfCounterName, string i… in GetOperationPerformanceCounter()
120 …static internal PerformanceCounter GetEndpointPerformanceCounter(string perfCounterName, string in… in GetEndpointPerformanceCounter()
129 …static internal PerformanceCounter GetServicePerformanceCounter(string perfCounterName, string ins… in GetServicePerformanceCounter()
138 …static internal PerformanceCounter GetDefaultPerformanceCounter(string perfCounterName, string ins… in GetDefaultPerformanceCounter()
147 …static internal PerformanceCounter GetPerformanceCounter(string categoryName, string perfCounterNa… in GetPerformanceCounter()
149 PerformanceCounter counter = null; in GetPerformanceCounter()
158 …static internal PerformanceCounter GetPerformanceCounterInternal(string categoryName, string perfC… in GetPerformanceCounterInternal()
160 PerformanceCounter counter = null; in GetPerformanceCounterInternal()
163 counter = new PerformanceCounter(); in GetPerformanceCounterInternal()
267 … (ushort)System.Runtime.Diagnostics.EventLogCategory.PerformanceCounter, in GetPerformanceCounterInternal()
[all …]
H A DServicePerformanceCounters.cs14 internal PerformanceCounter[] Counters { get; set; }
19 this.Counters = new PerformanceCounter[(int)PerfCounters.TotalCounters]; in ServicePerformanceCounters()
22PerformanceCounter counter = PerformanceCounters.GetServicePerformanceCounter(perfCounterNames[i],… in ServicePerformanceCounters()
214 PerformanceCounter counter = this.Counters[ctr]; in Dispose()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Logging/
H A DBaseConsoleLogger.cs601 … internal static PerformanceCounter GetPerformanceCounter(string scopeName, ref Hashtable table) in GetPerformanceCounter()
609 PerformanceCounter counter = (PerformanceCounter)table[scopeName]; in GetPerformanceCounter()
614 counter = new PerformanceCounter(scopeName); in GetPerformanceCounter()
630 perfCounters.Sort(PerformanceCounter.DescendingByElapsedTimeComparer); in DisplayCounters()
636 foreach (PerformanceCounter counter in perfCounters) in DisplayCounters()
656 internal class PerformanceCounter class in Microsoft.Build.BuildEngine.BaseConsoleLogger
669 internal PerformanceCounter(string scopeName) in PerformanceCounter() method in Microsoft.Build.BuildEngine.BaseConsoleLogger.PerformanceCounter
792 PerformanceCounter p1 = (PerformanceCounter)o1; in Compare()
793 PerformanceCounter p2 = (PerformanceCounter)o2; in Compare()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/
H A DPerformanceCounter.cs20 public sealed class PerformanceCounter : Component, ISupportInitialize class
59 public PerformanceCounter() in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
72 …public PerformanceCounter(string categoryName, string counterName, string instanceName, string mac… in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
83 …internal PerformanceCounter(string categoryName, string counterName, string instanceName, string m… in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
97 public PerformanceCounter(string categoryName, string counterName, string instanceName) : in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
105 …public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readO… in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
123 public PerformanceCounter(string categoryName, string counterName) : in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
131 public PerformanceCounter(string categoryName, string counterName, bool readOnly) : in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/
H A DSystem.Diagnostics.PerformanceCounter.sln5 …4B-00C04F79EFBC}") = "System.Diagnostics.PerformanceCounter.Tests", "tests\System.Diagnostics.Perf…
10 …3-BF4B-00C04F79EFBC}") = "System.Diagnostics.PerformanceCounter", "src\System.Diagnostics.Performa…
15 …3-BF4B-00C04F79EFBC}") = "System.Diagnostics.PerformanceCounter", "ref\System.Diagnostics.Performa…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DPerformanceCounterCategory.cs249 public PerformanceCounter[] GetCounters () in GetCounters()
254 public PerformanceCounter[] GetCounters (string instanceName) in GetCounters()
257 PerformanceCounter[] counters = new PerformanceCounter [countnames.Length]; in GetCounters()
259 counters [i] = new PerformanceCounter (categoryName, countnames [i], instanceName, machineName); in GetCounters()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DPerformanceCounter.cs35 public sealed class PerformanceCounter : Component, ISupportInitialize { class
70 public PerformanceCounter() { in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
82 …public PerformanceCounter(string categoryName, string counterName, string instanceName, string mac… in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
92 …internal PerformanceCounter(string categoryName, string counterName, string instanceName, string m… in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
105 public PerformanceCounter(string categoryName, string counterName, string instanceName) : in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
112 …public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readO… in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
128 public PerformanceCounter(string categoryName, string counterName) : in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
135 public PerformanceCounter(string categoryName, string counterName, bool readOnly) : in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/tests/
H A DCounterSampleCalculatorTests.cs20PerformanceCounter counterSample = CreateCounter(name, PerformanceCounterType.ElapsedTime); in CounterSampleCalculator_ElapsedTime()
34 … public static PerformanceCounter CreateCounter(string name, PerformanceCounterType counterType) in CreateCounter()
50 return new PerformanceCounter(category, name, false); in CreateCounter()
/dports/devel/pecl-hrtime/hrtime-0.6.0/
H A Dphp_hrtime.h59 PHP_METHOD(PerformanceCounter, getFrequency);
60 PHP_METHOD(PerformanceCounter, getTicks);
61 PHP_METHOD(PerformanceCounter, getTicksSince);
H A Dhrtime.c59 PHP_ME(PerformanceCounter, getFrequency, NULL, ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
60 PHP_ME(PerformanceCounter, getTicks, NULL, ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
61 PHP_ME(PerformanceCounter, getTicksSince, NULL, ZEND_ACC_PUBLIC | ZEND_ACC_STATIC)
390 PHP_METHOD(PerformanceCounter, getFrequency) in PHP_METHOD() argument
416 PHP_METHOD(PerformanceCounter, getTicks) in PHP_METHOD() argument
425 PHP_METHOD(PerformanceCounter, getTicksSince) in PHP_METHOD() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/
H A DPerformanceCounterManager.cs289 internal List<PerformanceCounter> CreateCounters(String name) in CreateCounters()
291 List<PerformanceCounter> counters = new List<PerformanceCounter>(); in CreateCounters()
294 new PerformanceCounter( in CreateCounters()
303 new PerformanceCounter( in CreateCounters()
315 foreach (PerformanceCounter counter in statement.Counters) in NotifyCounter()
455 internal List<PerformanceCounter> Counters;
459 internal PerformanceCounterStatement(List<PerformanceCounter> counters, in PerformanceCounterStatement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/ProviderBase/
H A DDbConnectionPoolCounters.cs97 private PerformanceCounter _instance;
103 PerformanceCounter instance = new PerformanceCounter(); in Counter()
122 PerformanceCounter instance = _instance; in Decrement()
130 PerformanceCounter instance = _instance; in Dispose()
141 PerformanceCounter instance = _instance; in Increment()
/dports/devel/msbuild/msbuild-0.06/src/Build/Logging/
H A DSerialConsoleLogger.cs260PerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); in ProjectStartedHandler()
291PerformanceCounter counter = GetPerformanceCounter(e.ProjectFile, ref projectPerformanceCounters); in ProjectFinishedHandler()
343PerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); in TargetStartedHandler()
366PerformanceCounter counter = GetPerformanceCounter(e.TargetName, ref targetPerformanceCounters); in TargetFinishedHandler()
427PerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters); in TaskStartedHandler()
450PerformanceCounter counter = GetPerformanceCounter(e.TaskName, ref taskPerformanceCounters); in TaskFinishedHandler()
584PerformanceCounter counter = GetPerformanceCounter(projectEvaluationStarted.ProjectFile, ref proje… in StatusEventHandler()
594PerformanceCounter counter = GetPerformanceCounter(projectEvaluationFinished.ProjectFile, ref proj… in StatusEventHandler()

12345678910>>...15