My Project
programmer's documentation
|
Start a timer for a given statistic. More...
Public Member Functions | |
subroutine | timer_stats_start (id) |
Start a timer for a given statistic.
Parents of the current statistic are also started, if not active. If a timer with the same root but different parents is active, we assume the current operation is a subset of the active timer, so the timer is not started, so as to avoid having a sum of parts larger thn the total.
[in] | id | id of statistic |
subroutine timer_stats_start | ( | integer(c_int), value | id | ) |