Typedef RoseTimeType

Typedef RoseTimeType#

Typedef Documentation#

typedef double RoseTimeType#

This is a mechanism for reporting the performance of processing of the AST, subtrees, and IR nodes.

The use of these performance monitors is designed to be simple to use, support hierarchies of timers, and to generate simple reports. Tests of the performance monitors are in the ROSE/tests/nonsmoke/functional/roseTests/astPerformanceTests directory.

Possible uses: -#) timing performance, -#) memory performance, -#) …