pro graphics_times3, filename

  ; Get TIME_TEST.PRO compiled
  resolve_routine, 'time_test', /NO_RECOMPILE

  ; Run the test
  if (n_params() eq 1) then begin
      graphics_times3_internal, filename
  endif else begin
      graphics_times3_internal
  endelse
end