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

Function print_sampler

libCacheSim/include/libCacheSim/sampling.h:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43sampler_t *create_temporal_sampler(double sampling_ratio);
44
45static inline void print_sampler(sampler_t *sampler) {
46 printf("%s sampler: sample ratio %lf\n", sampling_type_str[sampler->type],
47 sampler->sampling_ratio);
48}
49
50sampler_t *create_SHARDS_sampler(double sampling_ratio);
51

Callers 2

create_SHARDS_samplerFunction · 0.85
create_spatial_samplerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected