Image noise/OCaml/Xlib: Difference between revisions

m
some comment about the fps too
m (capitalise)
m (some comment about the fps too)
Line 138:
done;
 
(* tell what was the FPS for num_frames frames *)
let t_end = Unix.gettimeofday() in
let fps = (float num_frames) /. (t_end -. t0) in