omni.hydra.engine.stats#
Classes Summary:
Query and save gpu profiler result for usd context and hydra engine |
|
Members: |
Functions Summary:
get_device_info(device_index: int = 4294967295) -> List[dict] |
|
get_mem_stats(detailed: bool = False) -> tuple |
|
get_memory_scope_stats(memory_location: omni.hydra.engine.stats._stats.MemoryScopeLocation = <MemoryScopeLocation.DEVICE: 0>, subtract_nested_amounts: bool = False) -> List[list] |
|
save_memory_scope_stats_to_file(filename: str, memory_location: omni.hydra.engine.stats._stats.MemoryScopeLocation = <MemoryScopeLocation.DEVICE: 0>, root_folder: str = None, nested_name: bool = True, subtract_nested_amounts: bool = False) -> bool |