DIV_FRAC
DIV_FRAC(table->hits_steps, table->hits, quot1, frac1, 1000);
DIV_FRAC(table->hits * 1000, table->hits_time_ns,
DIV_FRAC(table->miss_steps, table->miss, quot1, frac1, 1000);
DIV_FRAC(table->miss * 1000, table->miss_time_ns,
DIV_FRAC(table->hits_steps + table->miss_steps,
DIV_FRAC((table->hits + table->miss) * 1000,
DIV_FRAC(table->hits + table->miss, table->relocs,
DIV_FRAC(table->reloc_dist, table->relocs, quot2, frac2, 1000);