CLOCKS_PER_SEC     54 magick/timer.c #if !defined(CLOCKS_PER_SEC)
CLOCKS_PER_SEC    195 magick/timer.c   return((double) times(&timer)/CLOCKS_PER_SEC);
CLOCKS_PER_SEC    200 magick/timer.c   return((double) clock()/CLOCKS_PER_SEC);
CLOCKS_PER_SEC    450 magick/timer.c   return((double) (timer.tms_utime+timer.tms_stime)/CLOCKS_PER_SEC);
CLOCKS_PER_SEC    455 magick/timer.c   return((double) clock()/CLOCKS_PER_SEC);