Everything

csplus.get_timers


This function gets the names of timers.

[Specification format]

csplus.get_timers(session_id)

[Argument(s)]

Argument

Description

session_id

This argument is ignored in this version.

[Return value]

A list of the names of timers to which reference is possible in the specified debugging session is returned.

[Detailed description]

-

This function gets the names of timers to which reference is possible.

[Example of use]

>>> csplus.get_timer_providers()
{'csplus.timer': 'Time Measurement'}
>>> csplus.select_timer_provider("csplus.timer")
>>> csplus.is_timer_supported('0')
True
>>> csplus.get_timers('0')
['Timer1']