Skip to content

Commit

Permalink
Automated reference documentation update for PR 54 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent 2ce22cc commit 42d2c1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dagrunner.utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ see [module: visualisation](dagrunner.utils.visualisation.md#module-dagrunneruti
### Call Signature:

```python
CaptureProcMemory(interval=1.0, pid=2356)
CaptureProcMemory(interval=1.0, pid=2772)
```

Capture maximum process memory statistics.
Expand Down Expand Up @@ -49,7 +49,7 @@ __exit__(self, exc_type, exc_value, traceback)
#### Call Signature:

```python
__init__(self, interval=1.0, pid=2356)
__init__(self, interval=1.0, pid=2772)
```

Initialize the memory capture.
Expand Down Expand Up @@ -382,7 +382,7 @@ Generate an argparse from a function signature
### Call Signature:

```python
get_proc_mem_stat(pid=2356)
get_proc_mem_stat(pid=2772)
```

Get process memory statistics from /proc/<pid>/status.
Expand Down

0 comments on commit 42d2c1b

Please sign in to comment.