Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ Increment
Method
Increment
be/src/util/hdr-histogram.cc:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void HdrHistogram::Increment(int64_t value) {
144
IncrementBy(value, 1);
145
}
146
147
void HdrHistogram::IncrementBy(int64_t value, int64_t count) {
148
DCHECK_GE(value, 0);
Callers
10
AddThread
Method · 0.45
RemoveThread
Method · 0.45
Update
Method · 0.45
Add
Method · 0.45
Delete
Method · 0.45
BeginRequestCallback
Method · 0.45
HandleSpnego
Method · 0.45
TEST_F
Function · 0.45
DebugActionImpl
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36