carb.profiler Functions

Functions Summary:

begin

profile

Decorator to profile function call

acquire_profile_monitor_interface

acquire_profile_monitor_interface(plugin_name: str = None, library_path: str = None) -> carb.profiler._profiler.IProfileMonitor

acquire_profiler_interface

acquire_profiler_interface(plugin_name: str = None, library_path: str = None) -> carb.profiler._profiler.IProfiler

begin_with_location

begin_with_location(mask: int, name: str, function: str = ‘’, filepath: str = ‘’, lineno: int = 0) -> None

end

end(mask: int) -> None

is_profiler_active

is_profiler_active() -> bool

supports_dynamic_source_locations

supports_dynamic_source_locations() -> bool