Skip to content

Commit 9c3cf23

Browse files
authored
Update README.md
1 parent e910c39 commit 9c3cf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Overview
1010

11-
`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.
11+
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.
1212

1313
## Installation
1414

0 commit comments

Comments
 (0)