csplus.get_timer_providers
|
This function gets the supported timer providers.
[Specification format]
csplus.get_timer_providers()
|
[Argument(s)]
None
[Return value]
A dictionary for the ID and name of the supported timer providers is returned.
Key : ID of the provider (This is fixed to 'csplus.timer' in this version.)
Value : Name of the provider (This is fixed to 'Time Measurement' in this version.)
[Detailed description]
- | This function gets the supported timer providers. |
[Example of use]
>>> csplus.get_timer_providers()
{'csplus.timer': 'Time Measurement'}
|