carb.profiler Functions#
Functions Summary:
| Decorator to profile function call | |
| acquire_profile_monitor_interface(plugin_name: str = None, library_path: str = None) -> carb.profiler._profiler.IProfileMonitor | |
| acquire_profiler_interface(plugin_name: str = None, library_path: str = None) -> carb.profiler._profiler.IProfiler | |
| begin_with_location(mask: int, name: str, function: str = ‘’, filepath: str = ‘’, lineno: int = 0) -> None | |
| end(mask: int) -> None | |
| is_profiler_active() -> bool | |
| supports_dynamic_source_locations() -> bool |