Endless.ProfileProbe¶
Fields¶
None
Methods¶
class |
|
|
Details¶
- class Endless.ProfileProbe¶
An opaque identifier for a profiling probe.
New in version 0.6.
- classmethod start(file, line, function, name)¶
- Parameters:
- Returns:
a profile probe identifier; use
Endless.ProfileProbe.stop
() to stop the profiling on the returned probe- Return type:
Starts a profiling probe for name, creating it if necessary.
New in version 0.6.
- stop()¶
Stops a profiling probe started using
Endless.ProfileProbe.start
().New in version 0.6.