Home
last modified time | relevance | path

Searched refs:zipf (Results 1 – 7 of 7) sorted by relevance

/external/fio/examples/
Dzipf.fio1 # Example job file for using a zipf distribution instead
10 random_distribution=zipf:0.5
/external/fio/
Dfile.h122 struct zipf_state zipf; member
DAndroid.mk31 lib/num2str.c lib/prio_tree.c lib/rand.c lib/zipf.c lib/inet_aton.c lib/axmap.c \
DMakefile35 cconv.c lib/prio_tree.c json.c lib/zipf.c lib/axmap.c \
185 T_ZIPF_OBJS += t/log.o lib/ieee754.o lib/rand.o lib/zipf.o t/genzipf.o
Dfilesetup.c1000 zipf_init(&f->zipf, nranges, td->o.zipf_theta.u.f, seed); in __init_rand_distribution()
1002 pareto_init(&f->zipf, nranges, td->o.pareto_h.u.f, seed); in __init_rand_distribution()
Dio_u.c140 *b = zipf_next(&f->zipf); in __get_next_rand_offset_zipf()
148 *b = pareto_next(&f->zipf); in __get_next_rand_offset_pareto()
DHOWTO897 zipf Zipf distribution
900 When using a zipf or pareto distribution, an input value
901 is also needed to define the access pattern. For zipf, this
902 is the zipf theta. For pareto, it's the pareto power. Fio
905 If you wanted to use zipf with a theta of 1.2, you would use
906 random_distribution=zipf:1.2 as the option. If a non-uniform