IProfileMonitor

class carb.profiler.IProfileMonitor

Bases: pybind11_object

Methods

__init__(*args, **kwargs)

get_last_profile_events(self)

mark_frame_end(self)

__init__(*args, **kwargs)
get_last_profile_events(self: carb.profiler._profiler.IProfileMonitor) carb.profiler._profiler.ProfileEvents
mark_frame_end(self: carb.profiler._profiler.IProfileMonitor) None