Extension: omni.hydra.engine.stats-1.0.3

Documentation Generated: Sep 13, 2025

Overview#

The omni.hydra.engine.stats module provides functionalities to query memory statistics, device information and gpu profiler results related to the Hydra rendering engine used in Omniverse Kit SDK.

Important API List#

The module consists of the following main components:

These components are essential for understanding and optimizing the rendering process.

General Use Case#

This extension is utilized for monitoring and optimizing the rendering performance within the Omniverse Kit SDK. Developers can use it to access detailed information about the hardware being used for rendering and to gather memory usage statistics, aiding in the identification of bottlenecks or inefficiencies in the rendering pipeline. For examples of how to use the APIs, please consult the Python usage pages.

User Guide#