Get runtime profile of given 'operation_handle'. Handle must stay open.
(self, operation_handle,
profile_format=TRuntimeProfileFormat.STRING)
| 292 | |
| 293 | @abc.abstractmethod |
| 294 | def get_runtime_profile(self, operation_handle, |
| 295 | profile_format=TRuntimeProfileFormat.STRING): |
| 296 | """Get runtime profile of given 'operation_handle'. |
| 297 | Handle must stay open.""" |
| 298 | pass |
| 299 | |
| 300 | @abc.abstractmethod |
| 301 | def handle_id(self, operation_handle): |
no outgoing calls