Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ count
Method
count
nodedb/src/control/metrics/histogram.rs:91–93 ·
view source on GitHub ↗
Total observation count.
(&self)
Source
from the content-addressed store, hash-verified
89
90
/// Total observation count.
91
pub fn count(&self) -> u64 {
92
self.count.load(Ordering::Relaxed)
93
}
94
95
/// Sum of all observations in microseconds.
96
pub fn sum_us(&self) -> u64 {
Callers
15
snapshot
Method · 0.45
cap_duration_tenant_map
Function · 0.45
pending_under_cap_emits_all_rows
Function · 0.45
count_passing
Function · 0.45
changes
Function · 0.45
resets
Function · 0.45
count_matching_leases
Function · 0.45
count_active
Method · 0.45
shards_on_core
Method · 0.45
dense_float_filter
Function · 0.45
sparse_symbol_eq_filter
Function · 0.45
symbol_eq_not_in_dict
Function · 0.45
Calls
1
load
Method · 0.45
Tested by
15
pending_under_cap_emits_all_rows
Function · 0.36
dense_float_filter
Function · 0.36
sparse_symbol_eq_filter
Function · 0.36
symbol_eq_not_in_dict
Function · 0.36
combined_filters
Function · 0.36
dict_dense_eq_filter
Function · 0.36
dict_dense_contains_filter
Function · 0.36
partition_columns_adapter
Function · 0.36
row_count
Function · 0.36
alter_database_materialize_copies_all_source_rows
Function · 0.36
cube_two_cols_produces_all_subsets
Function · 0.36
grouping_sets_explicit_shapes
Function · 0.36