Home | History | Annotate | Download | only in tests

Lines Matching defs:repeats

42                 guint64  repeats)
46 for (i = 0; i < repeats; i++)
51 for (i = 0; i < repeats; i++)
60 guint64 repeats)
82 accu = access_memory3 (mema, memb, memc, n, repeats);
86 g_assert (accu / repeats == (2 + 3) * n / 2 + 4 * n / 2);
103 g_print ("Usage: slice-color <block-size> [memory-size] [repeats] [colorization]\n");
110 guint64 block_size = 512, area_size = 1024 * 1024, n_blocks, repeats = 1000000;
122 repeats = parse_memsize (argv[3]);
140 n_blocks, block_size, n_blocks * block_size, repeats, g_slice_get_config (G_SLICE_CONFIG_COLOR_INCREMENT));
142 touch_mem (block_size, n_blocks, repeats);