Routines (alphabetical) > Routines: T > TIME_TEST2

TIME_TEST2

Syntax | Arguments | Keywords | Examples | Version History | See Also

The TIME_TEST2 procedure is a general-purpose IDL benchmark program that performs approximately 20 common operations and prints the time required.

This routine is written in the IDL language. Its source code can be found in the file time_test.pro in the lib subdirectory of the IDL distribution. This file also contains the procedure GRAPHICS_TIMES, used to time graphical operations.

Syntax

TIME_TEST2 [, Filename]

Arguments

Filename

An optional string that contains the name of output file for the results of the time test.

Keywords

None.

Examples

; Run the computational tests:
TIME_TEST2

; Run the graphics tests. Note that TIME_TEST2 must be compiled
; before GRAPHICS_TIMES will run:
GRAPHICS_TIMES

Version History

4.0

Introduced

See Also

SYSTIME