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 15, 2024
1 parent e910c39 commit 9c3cf23
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 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.
The `metrit` decorator is a powerful tool for accurately measuring the execution resources of Python functions, including RAM, CPU, and I/O operations. It provides insights into resource utilization and potential bottlenecks. With features like automatic recursion detection and robust handling of process isolation and monitoring, `metrit` ensures precise measurements even for complex functions involving multiple processes.

## Installation

Expand Down

0 comments on commit 9c3cf23

Please sign in to comment.