MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / hdr_record_value

Function hdr_record_value

deps/hdr_histogram/hdr_histogram.c:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450
451
452bool hdr_record_value(struct hdr_histogram* h, int64_t value)
453{
454 return hdr_record_values(h, value, 1);
455}
456
457bool hdr_record_value_atomic(struct hdr_histogram* h, int64_t value)
458{

Callers 1

readHandlerFunction · 0.85

Calls 1

hdr_record_valuesFunction · 0.85

Tested by

no test coverage detected