ProfileEvents

class carb.profiler.ProfileEvents

Bases: pybind11_object

Profile Events holder

Methods

__init__(*args, **kwargs)

get_main_thread_id(self)

get_profile_events(self[, thread_id])

get_profile_thread_ids(self)

__init__(*args, **kwargs)
get_main_thread_id(self: carb.profiler._profiler.ProfileEvents) int
get_profile_events(self: carb.profiler._profiler.ProfileEvents, thread_id: int = 0) tuple
get_profile_thread_ids(self: carb.profiler._profiler.ProfileEvents) tuple