Home
last modified time | relevance | path

Searched refs:global_statistics (Results 1 – 23 of 23) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/perfschema/r/
H A Dstart_server_nothing.result168 memory/performance_schema/cond_class YES NULL global_statistics 1 Memory used for cond instrument c…
211 memory/performance_schema/file_class YES NULL global_statistics 1 Memory used for file instrument c…
214 memory/performance_schema/hosts YES NULL global_statistics 1 Memory used for table performance_sche…
215 memory/performance_schema/memory_class YES NULL global_statistics 1 Memory used for memory instrume…
222 memory/performance_schema/mutex_class YES NULL global_statistics 1 Memory used for mutex instrument…
225 memory/performance_schema/rwlock_class YES NULL global_statistics 1 Memory used for rwlock instrume…
227 memory/performance_schema/scalable_buffer YES NULL global_statistics 1 Memory used for scalable buf…
231 memory/performance_schema/socket_class YES NULL global_statistics 1 Memory used for socket instrume…
233 memory/performance_schema/stage_class YES NULL global_statistics 1 Memory used for stage instrument…
239 memory/performance_schema/thread_class YES NULL global_statistics 1 Memory used for thread instrume…
[all …]
H A Dortho_iter.result59 and (find_in_set(properties, 'global_statistics'))
H A Dschema.result1241 `PROPERTIES` set('singleton','progress','user','global_statistics','mutable') NOT NULL,
H A Dtable_schema.result1120 … NULL utf8mb4 utf8mb4_0900_ai_ci set('singleton','progress','user','global_statistics','mutable') …
/dports/x11/xpra/xpra-4.3/xpra/server/window/
H A Dbatch_delay_calculator.py34 … soft_expired, batch, global_statistics, statistics, bandwidth_limit, jitter): argument
41 low_limit = get_low_limit(global_statistics.mmap_size>0, window_dimensions)
48 factors += global_statistics.get_factors(low_limit)
50 time_values = global_statistics.get_damage_pixels(wid)
126 low_limit = get_low_limit(global_statistics.mmap_size>0, window_dimensions)
203 gcv = global_statistics.congestion_value
248 global_statistics, statistics, bandwidth_limit, argument
250 low_limit = get_low_limit(global_statistics.mmap_size>0, window_dimensions)
270 gcv = global_statistics.congestion_value
290 if global_statistics.client_latency and global_statistics.recent_client_latency>0:
[all …]
H A Dwindow_source.py486 self.global_statistics = None
866 cv = self.global_statistics.congestion_value
1355 cv = self.global_statistics.congestion_value
1439 self.global_statistics.damage_events_count += 1
1511 gs = self.global_statistics
1557 gs = self.global_statistics
2335 gs = self.global_statistics
2421 gs = self.global_statistics
2489 self.global_statistics.decode_errors += 1
2609 self.global_statistics.packet_count += 1
[all …]
H A Dwindow_video_source.py503 if now-self.global_statistics.last_congestion_time>5:
616 if now-self.global_statistics.last_congestion_time<5:
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/db/
H A Ddb_iter.h89 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
90 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
91 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Ddb_iter.h89 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
90 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
91 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Ddb_iter.h89 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
90 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
91 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A Ddb_iter.h89 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
90 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
91 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Ddb_iter.h89 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
90 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
91 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Ddb_iter.h89 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
90 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
91 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A Ddb_iter.h89 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
90 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
91 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Ddb_iter.h91 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
96 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
97 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Ddb_iter.h91 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
96 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
97 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Ddb_iter.h91 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
96 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
97 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/db/
H A Ddb_iter.h90 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
91 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
96 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/databases/rocksdb/rocksdb-6.26.1/db/
H A Ddb_iter.h90 void BumpGlobalStatistics(Statistics* global_statistics) { in BumpGlobalStatistics()
91 RecordTick(global_statistics, NUMBER_DB_NEXT, next_count_); in BumpGlobalStatistics()
92 RecordTick(global_statistics, NUMBER_DB_NEXT_FOUND, next_found_count_); in BumpGlobalStatistics()
93 RecordTick(global_statistics, NUMBER_DB_PREV, prev_count_); in BumpGlobalStatistics()
94 RecordTick(global_statistics, NUMBER_DB_PREV_FOUND, prev_found_count_); in BumpGlobalStatistics()
95 RecordTick(global_statistics, ITER_BYTES_READ, bytes_read_); in BumpGlobalStatistics()
96 RecordTick(global_statistics, NUMBER_ITER_SKIP, skip_count_); in BumpGlobalStatistics()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/mpt/test/
H A Dtest.hpp105 struct global_statistics { struct
139 virtual void run_end(const mpt::source_location & loc, const global_statistics & statistics) = 0;
170 virtual void run_end(const mpt::source_location &, const global_statistics &) override { in run_end() argument
244 void run_end(const mpt::source_location & loc, const global_statistics & statistics) override { in run_end()
314 inline global_statistics run_all(mpt::test::reporter_interface & reporter, const mpt::source_locati… in run_all()
315 global_statistics statistics{}; in run_all()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/group_replication/r/
H A Dgr_gcs_xcom_psi_memory.result13 memory/group_rpl/GCS_XCom::xcom_cache YES NULL global_statistics 0 Memory usage statistics for the …
34 memory/group_rpl/GCS_XCom::xcom_cache YES NULL global_statistics 0 Memory usage statistics for the …
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/x/r/
H A Dperformance_schema.result81 memory/mysqlx/objects YES null global_statistics 0 null
82 memory/mysqlx/recv_buffer YES null global_statistics 0 null
83 memory/mysqlx/send_buffer YES null global_statistics 0 null
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/perfschema/t/
H A Dortho_iter.test87 and (find_in_set(properties, 'global_statistics'))