Home
last modified time | relevance | path

Searched refs:PerformanceCounter (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/sysutils/intel-pcm/pcm-202109/PCM-Service_Win/
H A DPCMService.h304 ((PerformanceCounter^)ticksHash_[s])->RawValue = totalTicks; in doMeasurements()
305 ((PerformanceCounter^)instRetHash_[s])->RawValue = totalInstr; in doMeasurements()
308 ((PerformanceCounter^)ipcHash_[s])->RawValue = totalInstr >> 17; in doMeasurements()
310 ((PerformanceCounter^)relFreqHash_[s])->RawValue = totalTicks >> 17; in doMeasurements()
351 ((PerformanceCounter^)instRetHash_[s])->RawValue = socketInstr; in doMeasurements()
352 ((PerformanceCounter^)ipcHash_[s])->RawValue = socketInstr >> 17; in doMeasurements()
355 ((PerformanceCounter^)ticksHash_[s])->RawValue = socketTicks; in doMeasurements()
402 ((PerformanceCounter^)instRetHash_[s])->RawValue = instr; in doMeasurements()
403 ((PerformanceCounter^)ipcHash_[s])->RawValue = instr >> 17; in doMeasurements()
406 ((PerformanceCounter^)ticksHash_[s])->RawValue = ticks; in doMeasurements()
[all …]
/dports/sysutils/intel-pcm-devel/pcm-0212b38/PCM-Service_Win/
H A DPCMService.h304 ((PerformanceCounter^)ticksHash_[s])->RawValue = totalTicks; in doMeasurements()
305 ((PerformanceCounter^)instRetHash_[s])->RawValue = totalInstr; in doMeasurements()
308 ((PerformanceCounter^)ipcHash_[s])->RawValue = totalInstr >> 17; in doMeasurements()
310 ((PerformanceCounter^)relFreqHash_[s])->RawValue = totalTicks >> 17; in doMeasurements()
351 ((PerformanceCounter^)instRetHash_[s])->RawValue = socketInstr; in doMeasurements()
352 ((PerformanceCounter^)ipcHash_[s])->RawValue = socketInstr >> 17; in doMeasurements()
355 ((PerformanceCounter^)ticksHash_[s])->RawValue = socketTicks; in doMeasurements()
402 ((PerformanceCounter^)instRetHash_[s])->RawValue = instr; in doMeasurements()
403 ((PerformanceCounter^)ipcHash_[s])->RawValue = instr >> 17; in doMeasurements()
406 ((PerformanceCounter^)ticksHash_[s])->RawValue = ticks; in doMeasurements()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/tests/
H A DPerformanceCounterTests.cs18 using (PerformanceCounter counterSample = new PerformanceCounter()) in PerformanceCounter_CreateCounter_EmptyCounter()
44 …using (PerformanceCounter counterSample = new PerformanceCounter("Processor", "Interrupts/sec", "0… in PerformanceCounter_CreateCounter_ProcessorCounter()
91 using (PerformanceCounter counterSample = new PerformanceCounter()) in PerformanceCounter_SetProperties_Null()
102 using (PerformanceCounter counterSample = new PerformanceCounter()) in PerformanceCounter_SetRawValue_ReadOnly()
112 using (PerformanceCounter counterSample = new PerformanceCounter()) in PerformanceCounter_GetRawValue_EmptyCategoryName()
125 using (PerformanceCounter counterSample = new PerformanceCounter()) in PerformanceCounter_GetRawValue_EmptyCounterName()
138 using (PerformanceCounter counterSample = new PerformanceCounter()) in PerformanceCounter_GetRawValue_CounterDoesNotExist()
151 …using (PerformanceCounter counterSample = new PerformanceCounter("Processor", "Interrupts/sec", "0… in PerformanceCounter_NextValue_ProcessorCounter()
163 …using (PerformanceCounter counterSample = new PerformanceCounter("Processor", "Interrupts/sec", "0… in PerformanceCounter_BeginInit_ProcessorCounter()
174 …using (PerformanceCounter counterSample = new PerformanceCounter("Processor", "Interrupts/sec", "0… in PerformanceCounter_BeginInitEndInit_ProcessorCounter()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/time/
H A Djuce_PerformanceCounter.cpp37 PerformanceCounter::PerformanceCounter (const String& name, int runsPerPrintout, const File& loggin… in PerformanceCounter() function in juce::PerformanceCounter
44 PerformanceCounter::~PerformanceCounter() in ~PerformanceCounter()
50 PerformanceCounter::Statistics::Statistics() noexcept in Statistics()
55 void PerformanceCounter::Statistics::clear() noexcept in clear()
61 void PerformanceCounter::Statistics::addResult (double elapsed) noexcept in addResult()
84 String PerformanceCounter::Statistics::toString() const in toString()
97 void PerformanceCounter::start() noexcept in start()
102 bool PerformanceCounter::stop() in stop()
113 void PerformanceCounter::printStatistics() in printStatistics()
121 PerformanceCounter::Statistics PerformanceCounter::getStatisticsAndReset() in getStatisticsAndReset()
H A Djuce_PerformanceCounter.h49 class JUCE_API PerformanceCounter
61 PerformanceCounter (const String& counterName,
66 ~PerformanceCounter();
118 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PerformanceCounter)
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/time/
H A Djuce_PerformanceCounter.cpp37 PerformanceCounter::PerformanceCounter (const String& name, int runsPerPrintout, const File& loggin… in PerformanceCounter() function in juce::PerformanceCounter
44 PerformanceCounter::~PerformanceCounter() in ~PerformanceCounter()
50 PerformanceCounter::Statistics::Statistics() noexcept in Statistics()
55 void PerformanceCounter::Statistics::clear() noexcept in clear()
61 void PerformanceCounter::Statistics::addResult (double elapsed) noexcept in addResult()
84 String PerformanceCounter::Statistics::toString() const in toString()
97 void PerformanceCounter::start() noexcept in start()
102 bool PerformanceCounter::stop() in stop()
113 void PerformanceCounter::printStatistics() in printStatistics()
121 PerformanceCounter::Statistics PerformanceCounter::getStatisticsAndReset() in getStatisticsAndReset()
H A Djuce_PerformanceCounter.h49 class JUCE_API PerformanceCounter
61 PerformanceCounter (const String& counterName,
66 ~PerformanceCounter();
118 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PerformanceCounter)
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/time/
H A Djuce_PerformanceCounter.cpp37 PerformanceCounter::PerformanceCounter (const String& name, int runsPerPrintout, const File& loggin… in PerformanceCounter() function in juce::PerformanceCounter
44 PerformanceCounter::~PerformanceCounter() in ~PerformanceCounter()
50 PerformanceCounter::Statistics::Statistics() noexcept in Statistics()
55 void PerformanceCounter::Statistics::clear() noexcept in clear()
61 void PerformanceCounter::Statistics::addResult (double elapsed) noexcept in addResult()
84 String PerformanceCounter::Statistics::toString() const in toString()
97 void PerformanceCounter::start() noexcept in start()
102 bool PerformanceCounter::stop() in stop()
113 void PerformanceCounter::printStatistics() in printStatistics()
121 PerformanceCounter::Statistics PerformanceCounter::getStatisticsAndReset() in getStatisticsAndReset()
H A Djuce_PerformanceCounter.h49 class JUCE_API PerformanceCounter
61 PerformanceCounter (const String& counterName,
66 ~PerformanceCounter();
118 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PerformanceCounter)
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/performanceCounter/
H A DperformanceCounter.h65 class PerformanceCounter
69 PerformanceCounter() { StartCounter(); } in PerformanceCounter() function
81 inline void PerformanceCounter::StartCounter() in StartCounter()
93 inline void PerformanceCounter::StopCounter() in StopCounter()
104 inline double PerformanceCounter::GetElapsedTime() in GetElapsedTime()
118 class PerformanceCounter
122 PerformanceCounter() in PerformanceCounter() function
140 inline void PerformanceCounter::StartCounter() in StartCounter()
145 inline void PerformanceCounter::StopCounter() in StopCounter()
151 inline double PerformanceCounter::GetElapsedTime() in GetElapsedTime()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DperformanceCounter.h65 class PerformanceCounter
69 PerformanceCounter() { StartCounter(); } in PerformanceCounter() function
81 inline void PerformanceCounter::StartCounter() in StartCounter()
93 inline void PerformanceCounter::StopCounter() in StopCounter()
104 inline double PerformanceCounter::GetElapsedTime() in GetElapsedTime()
118 class PerformanceCounter
122 PerformanceCounter() in PerformanceCounter() function
140 inline void PerformanceCounter::StartCounter() in StartCounter()
145 inline void PerformanceCounter::StopCounter() in StopCounter()
151 inline double PerformanceCounter::GetElapsedTime() in GetElapsedTime()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DPerformanceCounter.cpp12 using mozilla::PerformanceCounter;
34 PerformanceCounter::PerformanceCounter(const nsACString& aName) in PerformanceCounter() function in PerformanceCounter
43 void PerformanceCounter::IncrementDispatchCounter(DispatchCategory aCategory) { in IncrementDispatchCounter()
50 void PerformanceCounter::IncrementExecutionDuration(uint32_t aMicroseconds) { in IncrementExecutionDuration()
56 const DispatchCounter& PerformanceCounter::GetDispatchCounter() { in GetDispatchCounter()
60 uint64_t PerformanceCounter::GetExecutionDuration() { in GetExecutionDuration()
64 uint64_t PerformanceCounter::GetTotalDispatchCount() { in GetTotalDispatchCount()
68 uint32_t PerformanceCounter::GetDispatchCount(DispatchCategory aCategory) { in GetDispatchCount()
72 uint64_t PerformanceCounter::GetID() const { return mID; } in GetID()
H A DPerformanceCounter.h71 class PerformanceCounter final {
73 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(PerformanceCounter)
75 explicit PerformanceCounter(const nsACString& aName);
128 ~PerformanceCounter() = default;
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DPerformanceCounter.cpp12 using mozilla::PerformanceCounter;
34 PerformanceCounter::PerformanceCounter(const nsACString& aName) in PerformanceCounter() function in PerformanceCounter
43 void PerformanceCounter::IncrementDispatchCounter(DispatchCategory aCategory) { in IncrementDispatchCounter()
50 void PerformanceCounter::IncrementExecutionDuration(uint32_t aMicroseconds) { in IncrementExecutionDuration()
56 const DispatchCounter& PerformanceCounter::GetDispatchCounter() const { in GetDispatchCounter()
60 uint64_t PerformanceCounter::GetExecutionDuration() const { in GetExecutionDuration()
64 uint64_t PerformanceCounter::GetTotalDispatchCount() const { in GetTotalDispatchCount()
68 uint32_t PerformanceCounter::GetDispatchCount( in GetDispatchCount()
73 uint64_t PerformanceCounter::GetID() const { return mID; } in GetID()
H A DPerformanceCounter.h71 class PerformanceCounter final {
73 NS_INLINE_DECL_THREADSAFE_REFCOUNTING(PerformanceCounter)
75 explicit PerformanceCounter(const nsACString& aName);
128 ~PerformanceCounter() = default;
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DPerformanceCounter.cpp12 using mozilla::PerformanceCounter;
34 PerformanceCounter::PerformanceCounter(const nsACString& aName) in PerformanceCounter() function in PerformanceCounter
43 void PerformanceCounter::IncrementDispatchCounter(DispatchCategory aCategory) { in IncrementDispatchCounter()
50 void PerformanceCounter::IncrementExecutionDuration(uint32_t aMicroseconds) { in IncrementExecutionDuration()
56 const DispatchCounter& PerformanceCounter::GetDispatchCounter() const { in GetDispatchCounter()
60 uint64_t PerformanceCounter::GetExecutionDuration() const { in GetExecutionDuration()
64 uint64_t PerformanceCounter::GetTotalDispatchCount() const { in GetTotalDispatchCount()
68 uint32_t PerformanceCounter::GetDispatchCount( in GetDispatchCount()
73 uint64_t PerformanceCounter::GetID() const { return mID; } in GetID()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DPerformanceCounter.cpp12 using mozilla::PerformanceCounter;
34 PerformanceCounter::PerformanceCounter(const nsACString& aName) in PerformanceCounter() function in PerformanceCounter
43 void PerformanceCounter::IncrementDispatchCounter(DispatchCategory aCategory) { in IncrementDispatchCounter()
50 void PerformanceCounter::IncrementExecutionDuration(uint32_t aMicroseconds) { in IncrementExecutionDuration()
56 const DispatchCounter& PerformanceCounter::GetDispatchCounter() const { in GetDispatchCounter()
60 uint64_t PerformanceCounter::GetExecutionDuration() const { in GetExecutionDuration()
64 uint64_t PerformanceCounter::GetTotalDispatchCount() const { in GetTotalDispatchCount()
68 uint32_t PerformanceCounter::GetDispatchCount( in GetDispatchCount()
73 uint64_t PerformanceCounter::GetID() const { return mID; } in GetID()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Caching/System/Caching/
H A DPerfCounters.cs28 private PerformanceCounter[] _counters;
80 _counters = new PerformanceCounter[NUM_COUNTERS]; in InitDisposableMembers()
82 …_counters[(int)PerfCounterName.Entries] = new PerformanceCounter(PERF_COUNTER_CATEGORY, CACHE_ENTR… in InitDisposableMembers()
83 …_counters[(int)PerfCounterName.Hits] = new PerformanceCounter(PERF_COUNTER_CATEGORY, CACHE_HITS, i… in InitDisposableMembers()
86 …_counters[(int)PerfCounterName.Misses] = new PerformanceCounter(PERF_COUNTER_CATEGORY, CACHE_MISSE… in InitDisposableMembers()
87 …_counters[(int)PerfCounterName.Trims] = new PerformanceCounter(PERF_COUNTER_CATEGORY, CACHE_TRIMS,… in InitDisposableMembers()
114 PerformanceCounter counter = _counters[idx]; in Decrement()
121 PerformanceCounter counter = _counters[idx]; in Increment()
128 PerformanceCounter counter = _counters[idx]; in IncrementBy()
134 PerformanceCounter[] counters = _counters; in Dispose()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Diagnostics/
H A DSystemDiagnosticsPerformanceCountersExtension.cs12 …static internal void Increment(this PerformanceCountersBase thisPtr, PerformanceCounter[] counters… in Increment()
14 PerformanceCounter counter = null; in Increment()
39 …static internal void IncrementBy(this PerformanceCountersBase thisPtr, PerformanceCounter[] counte… in IncrementBy()
41 PerformanceCounter counter = null; in IncrementBy()
66 …static internal void Set(this PerformanceCountersBase thisPtr, PerformanceCounter[] counters, int … in Set()
68 PerformanceCounter counter = null; in Set()
90 …static internal void Decrement(this PerformanceCountersBase thisPtr, PerformanceCounter[] counters… in Decrement()
92 PerformanceCounter counter = null; in Decrement()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Dprofiler.h31 enum PerformanceCounter enum
62 static void StartPerformanceCounter(PerformanceCounter counter);
63 static void StopPerformanceCounter(PerformanceCounter counter);
64 static long long GetPerformanceCounterTime(PerformanceCounter counter);
65 static float GetPerformanceCounterFraction(PerformanceCounter counter);
77 static std::stack<PerformanceCounter> m_runningPerformanceCountersType;
H A Dprofiler.cpp30 std::stack<PerformanceCounter> CProfiler::m_runningPerformanceCountersType;
37 void CProfiler::StartPerformanceCounter(PerformanceCounter counter) in StartPerformanceCounter()
48 void CProfiler::StopPerformanceCounter(PerformanceCounter counter) in StopPerformanceCounter()
64 long long CProfiler::GetPerformanceCounterTime(PerformanceCounter counter) in GetPerformanceCounterTime()
69 float CProfiler::GetPerformanceCounterFraction(PerformanceCounter counter) in GetPerformanceCounterFraction()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_NetworkingPerfCounters.cs43 private PerformanceCounter instanceCounter;
44 private PerformanceCounter globalCounter;
46 public PerformanceCounter InstanceCounter
51 public PerformanceCounter GlobalCounter
56 public CounterPair(PerformanceCounter instanceCounter, PerformanceCounter globalCounter) in CounterPair()
272 PerformanceCounter globalCounter = new PerformanceCounter(categoryName, counterName, in CreateCounterPair()
277 PerformanceCounter instanceCounter = new PerformanceCounter(); in CreateCounterPair()
/dports/devel/msbuild/msbuild-0.06/src/Build/Logging/
H A DBaseConsoleLogger.cs749 …internal static PerformanceCounter GetPerformanceCounter(string scopeName, ref Dictionary<string, in GetPerformanceCounter()
758 PerformanceCounter counter; in GetPerformanceCounter()
761 counter = new PerformanceCounter(scopeName); in GetPerformanceCounter()
777 perfCounters.Sort(PerformanceCounter.DescendingByElapsedTimeComparer); in DisplayCounters()
783 foreach (PerformanceCounter counter in perfCounters) in DisplayCounters()
803 internal class PerformanceCounter class in Microsoft.Build.BackEnd.Logging.BaseConsoleLogger
816 internal PerformanceCounter(string scopeName) in PerformanceCounter() method in Microsoft.Build.BackEnd.Logging.BaseConsoleLogger.PerformanceCounter
919 PerformanceCounter p1 = (PerformanceCounter)o1; in Compare()
920 PerformanceCounter p2 = (PerformanceCounter)o2; in Compare()
1274 internal Dictionary<string, PerformanceCounter> targetPerformanceCounters;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DPerformanceCounter.cs45 public sealed class PerformanceCounter : Component, ISupportInitialize class
65 public PerformanceCounter () in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
74 public PerformanceCounter (String categoryName, in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
80 public PerformanceCounter (string categoryName, in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
87 public PerformanceCounter (string categoryName, in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
94 public PerformanceCounter (string categoryName, in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
119 public PerformanceCounter (string categoryName, in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/ref/
H A DSystem.Diagnostics.PerformanceCounter.cs94 …public sealed partial class PerformanceCounter : System.ComponentModel.Component, System.Component… class
98 public PerformanceCounter() { } in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
99 public PerformanceCounter(string categoryName, string counterName) { } in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
100 public PerformanceCounter(string categoryName, string counterName, bool readOnly) { } in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
101 public PerformanceCounter(string categoryName, string counterName, string instanceName) { } in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
102 …public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readO… in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
103 …public PerformanceCounter(string categoryName, string counterName, string instanceName, string mac… in PerformanceCounter() method in System.Diagnostics.PerformanceCounter
148 public System.Diagnostics.PerformanceCounter[] GetCounters() { throw null; } in GetCounters()
149 … public System.Diagnostics.PerformanceCounter[] GetCounters(string instanceName) { throw null; } in GetCounters()

12345678910>>...15