> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/gym/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/gym/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/gym/_mcp/server.

# nemo_gym.profiling

## Module Contents

### Classes

| Name                                       | Description |
| ------------------------------------------ | ----------- |
| [`Profiler`](#nemo_gym-profiling-Profiler) | -           |

### API

```python
class nemo_gym.profiling.Profiler()
```

**Bases:** `BaseModel`

```python
nemo_gym.profiling.Profiler._check_for_dot_installation() -> None
```

```python
nemo_gym.profiling.Profiler.dump() -> None
```

```python
nemo_gym.profiling.Profiler.model_post_init(
    context
)
```

```python
nemo_gym.profiling.Profiler.start() -> None
```

```python
nemo_gym.profiling.Profiler.stop() -> None
```