Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrespoae authored Jun 10, 2024
1 parent 00121b8 commit e910c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Overview

`metrit` decorator is a powerful tool for detailed performance analysis of Python functions, offering insights into resource utilization and potential bottlenecks. Its robust handling of process isolation and monitoring ensures accurate measurements, even for complex functions that involve multiple processes.
`metrit` decorator is a powerful tool to accurately measure RAM, CPU, and I/O operations in Python functions, offering insights into resource utilization and potential bottlenecks. With automatic recursion detection and robust handling of process isolation and monitoring, metrit ensures accurate measurements, even for complex functions that involve multiple processes.

## Installation

Expand Down

0 comments on commit e910c39

Please sign in to comment.