Searched refs:zipf (Results 1 – 7 of 7) sorted by relevance
/external/fio/examples/ |
D | zipf.fio | 1 # Example job file for using a zipf distribution instead 10 random_distribution=zipf:0.5
|
/external/fio/ |
D | file.h | 122 struct zipf_state zipf; member
|
D | Android.mk | 31 lib/num2str.c lib/prio_tree.c lib/rand.c lib/zipf.c lib/inet_aton.c lib/axmap.c \
|
D | Makefile | 35 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
|
D | filesetup.c | 1000 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()
|
D | io_u.c | 140 *b = zipf_next(&f->zipf); in __get_next_rand_offset_zipf() 148 *b = pareto_next(&f->zipf); in __get_next_rand_offset_pareto()
|
D | HOWTO | 897 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
|