MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / getDistance

Method getDistance

libCacheSim/dataStructure/splaytree.hpp:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129 V getSum(K key) { return getSum_(root_.get(), key); }
130 V getDistance(K key) { return getDistance_(root_.get(), key); }
131
132 void erase(const K &key) { remove(find_(key)); }
133 void erase(iterator pos) { remove(pos.operator->()); }

Callers 2

fixed_sample_rate_runMethod · 0.80
fixed_sample_size_runMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected