> 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.

# nemo_gym.profiling

## Module Contents

### Classes

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

### API

<Anchor id="nemo_gym-profiling-Profiler">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    class nemo_gym.profiling.Profiler()
    ```
  </CodeBlock>
</Anchor>

<Indent>
  **Bases:** `BaseModel`

  <ParamField path="base_profile_dir" type="Path" />

  <ParamField path="name" type="str" />

  <ParamField path="required_str" type="Optional[str] = None" />

  <Anchor id="nemo_gym-profiling-Profiler-_check_for_dot_installation">
    <CodeBlock showLineNumbers={false} wordWrap={true}>
      ```python
      nemo_gym.profiling.Profiler._check_for_dot_installation() -> None
      ```
    </CodeBlock>
  </Anchor>

  <Indent />

  <Anchor id="nemo_gym-profiling-Profiler-dump">
    <CodeBlock showLineNumbers={false} wordWrap={true}>
      ```python
      nemo_gym.profiling.Profiler.dump() -> None
      ```
    </CodeBlock>
  </Anchor>

  <Indent />

  <Anchor id="nemo_gym-profiling-Profiler-model_post_init">
    <CodeBlock showLineNumbers={false} wordWrap={true}>
      ```python
      nemo_gym.profiling.Profiler.model_post_init(
          context
      )
      ```
    </CodeBlock>
  </Anchor>

  <Indent />

  <Anchor id="nemo_gym-profiling-Profiler-start">
    <CodeBlock showLineNumbers={false} wordWrap={true}>
      ```python
      nemo_gym.profiling.Profiler.start() -> None
      ```
    </CodeBlock>
  </Anchor>

  <Indent />

  <Anchor id="nemo_gym-profiling-Profiler-stop">
    <CodeBlock showLineNumbers={false} wordWrap={true}>
      ```python
      nemo_gym.profiling.Profiler.stop() -> None
      ```
    </CodeBlock>
  </Anchor>

  <Indent />
</Indent>