Home
last modified time | relevance | path

Searched refs:_stats (Results 176 – 200 of 1159) sorted by relevance

12345678910>>...47

/dports/devel/libhoard/Hoard/src/include/hoard/
H A Dhoardmanager.h122 auto& stats = _stats(binIndex); in put()
175 auto& stats = _stats(binIndex); in free()
245 auto& stats = _stats(binIndex); in slowPathFree()
282 auto& stats = _stats(binIndex); in addStatsSuperblock()
292 auto& stats = _stats(binIndex); in decStatsSuperblock()
327 auto u = _stats(binIndex).getInUse(); in getObject()
328 _stats(binIndex).setInUse (u+1); in getObject()
385 Array<NumBins, Statistics> _stats; variable
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/metaspace/
H A DmetaspaceStatistics.cpp138 _stats[l].add(other._stats[l]); in add()
148 out.add(_stats[l]); in totals()
164 if (_stats[l]._num == 0) { in print_on()
167 _stats[l].print_on(st, scale); in print_on()
193 _stats[l].verify(); in verify()
194 total_used += _stats[l]._used_words; in verify()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/memory/metaspace/
H A DmetaspaceStatistics.cpp138 _stats[l].add(other._stats[l]); in add()
148 out.add(_stats[l]); in totals()
164 if (_stats[l]._num == 0) { in print_on()
167 _stats[l].print_on(st, scale); in print_on()
193 _stats[l].verify(); in verify()
194 total_used += _stats[l]._used_words; in verify()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/concurrency/
H A Dlock_stats.h147 return _stats[resId.getType()].modeStats[mode]; in get()
157 const OtherLockStatCountersType& otherStats = other._stats[i].modeStats[mode]; in append()
158 LockStatCountersType& thisStats = _stats[i].modeStats[mode]; in append()
177 const OtherLockStatCountersType& otherStats = other._stats[i].modeStats[mode]; in subtract()
178 LockStatCountersType& thisStats = _stats[i].modeStats[mode]; in subtract()
214 PerModeLockStatCounters _stats[ResourceTypesCount]; variable
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Dcontext.cpp33 Context::Context() : _stats(nullptr), _aura(nullptr), in Context()
45 delete _stats; in reset()
52 _stats = nullptr; in reset()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DclassLoaderStats.cpp52 ClassLoaderStats** cls_ptr = _stats->get(cl); in do_cld()
55 _stats->put(cl, cls); in do_cld()
129 _stats->iterate(this); in print()
144 ClassLoaderStats** cls_ptr = _stats->get(cl); in addEmptyParents()
150 _stats->put(cl, cls); in addEmptyParents()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DclassLoaderStats.cpp53 ClassLoaderStats** cls_ptr = _stats->get(cl); in do_cld()
56 _stats->put(cl, cls); in do_cld()
130 _stats->iterate(this); in print()
145 ClassLoaderStats** cls_ptr = _stats->get(cl); in addEmptyParents()
151 _stats->put(cl, cls); in addEmptyParents()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DclassLoaderStats.cpp52 ClassLoaderStats** cls_ptr = _stats->get(cl); in do_cld()
55 _stats->put(cl, cls); in do_cld()
129 _stats->iterate(this); in print()
144 ClassLoaderStats** cls_ptr = _stats->get(cl); in addEmptyParents()
150 _stats->put(cl, cls); in addEmptyParents()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DclassLoaderStats.cpp53 ClassLoaderStats** cls_ptr = _stats->get(cl); in do_cld()
56 _stats->put(cl, cls); in do_cld()
130 _stats->iterate(this); in print()
145 ClassLoaderStats** cls_ptr = _stats->get(cl); in addEmptyParents()
151 _stats->put(cl, cls); in addEmptyParents()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DclassLoaderStats.cpp53 ClassLoaderStats** cls_ptr = _stats->get(cl); in do_cld()
56 _stats->put(cl, cls); in do_cld()
130 _stats->iterate(this); in print()
145 ClassLoaderStats** cls_ptr = _stats->get(cl); in addEmptyParents()
151 _stats->put(cl, cls); in addEmptyParents()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DclassLoaderStats.cpp50 ClassLoaderStats** cls_ptr = _stats->get(cl); in do_cld()
53 _stats->put(cl, cls); in do_cld()
127 _stats->iterate(this); in print()
142 ClassLoaderStats** cls_ptr = _stats->get(cl); in addEmptyParents()
148 _stats->put(cl, cls); in addEmptyParents()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DclassLoaderStats.cpp50 ClassLoaderStats** cls_ptr = _stats->get(cl); in do_cld()
53 _stats->put(cl, cls); in do_cld()
127 _stats->iterate(this); in print()
142 ClassLoaderStats** cls_ptr = _stats->get(cl); in addEmptyParents()
148 _stats->put(cl, cls); in addEmptyParents()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/dht/transport/udp/impl/
H A DDHTUDPPacketReplyStats.java100 DHTTransportFullStats _stats ) in setOriginalStats() argument
103 original_stats = _stats; in setOriginalStats()
114 byte[] _stats, in setNewStats() argument
118 new_stats = _stats; in setNewStats()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A Dtaskqueue.cpp43 _stats[i] += addend._stats[i]; in operator +=()
77 stream->print(FMT, width, _stats[0]); in print()
79 stream->print(" " FMT, width, _stats[i]); in print()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahStackWatermark.cpp50 return _stats; in stats()
65 _stats(), in ShenandoahStackWatermark()
123 _stats.reset(); in retire_tlab()
124 _jt->tlab().retire(&_stats); in retire_tlab()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A Dtaskqueue.cpp43 _stats[i] += addend._stats[i]; in operator +=()
77 stream->print(FMT, width, _stats[0]); in print()
79 stream->print(" " FMT, width, _stats[i]); in print()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A Dtaskqueue.cpp43 _stats[i] += addend._stats[i]; in operator +=()
77 stream->print(FMT, width, _stats[0]); in print()
79 stream->print(" " FMT, width, _stats[i]); in print()
/dports/mail/dovecot/dovecot-2.3.17/src/auth/
H A Dauth-stats.c67 static void auth_stats_export(buffer_t *buf, const struct stats *_stats) in auth_stats_export() argument
69 const struct auth_stats *stats = (const struct auth_stats *)_stats; in auth_stats_export()
76 struct stats *_stats, const char **error_r) in auth_stats_import() argument
78 struct auth_stats *stats = (struct auth_stats *)_stats; in auth_stats_import()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dtaskqueue.hpp67 inline void record_push() { ++_stats[push]; } in record_push()
68 inline void record_pop() { ++_stats[pop]; } in record_pop()
69 inline void record_pop_slow() { record_pop(); ++_stats[pop_slow]; } in record_pop_slow()
75 inline size_t get(StatId id) const { return _stats[id]; } in get()
76 inline const size_t* get() const { return _stats; } in get()
89 size_t _stats[last_stat_id]; member in TaskQueueStats
94 ++_stats[steal_attempt]; in record_steal()
95 if (success) ++_stats[steal]; in record_steal()
99 ++_stats[overflow]; in record_overflow()
100 if (new_len > _stats[overflow_max_len]) _stats[overflow_max_len] = new_len; in record_overflow()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dtaskqueue.hpp67 inline void record_push() { ++_stats[push]; } in record_push()
68 inline void record_pop() { ++_stats[pop]; } in record_pop()
69 inline void record_pop_slow() { record_pop(); ++_stats[pop_slow]; } in record_pop_slow()
75 inline size_t get(StatId id) const { return _stats[id]; } in get()
76 inline const size_t* get() const { return _stats; } in get()
89 size_t _stats[last_stat_id]; member in TaskQueueStats
94 ++_stats[steal_attempt]; in record_steal()
95 if (success) ++_stats[steal]; in record_steal()
99 ++_stats[overflow]; in record_overflow()
100 if (new_len > _stats[overflow_max_len]) _stats[overflow_max_len] = new_len; in record_overflow()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dcatalog_cache.cpp177 ON_BLOCK_EXIT([&] { _stats.totalRefreshWaitTimeMicros.addAndFetch(t.micros()); }); in getCollectionRoutingInfo()
182 _stats.totalRefreshWaitTimeMicros.addAndFetch(t.micros()); in getCollectionRoutingInfo()
224 _stats.countStaleConfigErrors.addAndFetch(1); in onStaleConfigError()
314 _stats.report(&cacheStatsBuilder); in report()
364 _stats.numActiveIncrementalRefreshes.addAndFetch(1); in _scheduleCollectionRefresh()
365 _stats.countIncrementalRefreshesStarted.addAndFetch(1); in _scheduleCollectionRefresh()
367 _stats.numActiveFullRefreshes.addAndFetch(1); in _scheduleCollectionRefresh()
368 _stats.countFullRefreshesStarted.addAndFetch(1); in _scheduleCollectionRefresh()
375 _stats.numActiveIncrementalRefreshes.subtractAndFetch(1); in _scheduleCollectionRefresh()
377 _stats.numActiveFullRefreshes.subtractAndFetch(1); in _scheduleCollectionRefresh()
[all …]
/dports/games/openxcom/OpenXcom-1.0/src/Savegame/
H A DBattleUnit.cpp91 _tu = _stats.tu; in BattleUnit()
153 _tu = _stats.tu; in BattleUnit()
2147 return &_stats; in getStats()
2588 _stats.tu += 4 * diff * _stats.tu / 100; in adjustStats()
2589 _stats.stamina += 4 * diff * _stats.stamina / 100; in adjustStats()
2590 _stats.reactions += 6 * diff * _stats.reactions / 100; in adjustStats()
2591 _stats.firing = (_stats.firing + 6 * diff * _stats.firing / 100) / (diff > 0 ? 1 : 2); in adjustStats()
2592 _stats.strength += 2 * diff * _stats.strength / 100; in adjustStats()
2593 _stats.melee += 4 * diff * _stats.melee / 100; in adjustStats()
2594 _stats.psiSkill += 4 * diff * _stats.psiSkill / 100; in adjustStats()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/stats/
H A Dtimer_stats.cpp37 TimerHolder::TimerHolder(TimerStats* stats) : _stats(stats), _recorded(false) {} in TimerHolder()
47 if (_stats) { in recordMillis()
48 return _stats->record(_t); in recordMillis()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/
H A Ddur_stats.h85 return &_stats[_currIdx]; in curr()
88 return &_stats[_currIdx]; in curr()
92 S _stats[5];
/dports/devel/py-datadog/datadog-0.42.0/tests/util/
H A Dsystem_info_observer.py23 self._stats = []
76 self._stats.append(datapoint)
91 datapoints = len(self._stats)
92 for datapoint in self._stats:

12345678910>>...47