Skip to content

Commit 6444037

Browse files
Update src/forge/observability/perf_tracker.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3aec531 commit 6444037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/forge/observability/perf_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def trace(
386386
387387
Args:
388388
prefix (str): Prefix for metric names
389-
track_memory (bool): Whether to track a memory usage. Defaults to False.
389+
track_memory (bool): Whether to track memory usage. Defaults to False.
390390
timer (str): Timing backend; "cpu" (default) or "gpu" (requires accelerator support).
391391
392392
Decorator Examples:

0 commit comments

Comments
 (0)