Image noise/OCaml/Xlib: Difference between revisions

m
moved Image Noise/OCaml/Xlib to Image noise/OCaml/Xlib: capitalization policy
m (capitalise)
m (moved Image Noise/OCaml/Xlib to Image noise/OCaml/Xlib: capitalization policy)
 
(One intermediate revision by one other user not shown)
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
Anonymous user