I have a Intel i7-4510U with a base frequency of 2.0 GHz and a turbo frequency of 3.1 GHz. Datasheet
When calculating the theoretical FLOPS, should I use the base frequency of the turbo frequency?
GFlops = (CPU speed in GHz) x (number of CPU cores) x (CPU instruction per cycle) x (number of CPUs per node). LINK
GFlops = 2.0Ghz * 2 * 2 * 2 = 16 GFlops
GFlops = 3.1Ghz * 2 * 2 * 2 = 24.1 GFlops