Metadata-Version: 2.1
Name: perftrackergt
Version: 1.0.0
Summary: Measures total execution time and memory usage. This module tests a function, providing the execution duration, initial memory footprint, and peak memory consumption throughout its run.
Author-email: Eduardo <elprogramadorgt8@gmail.com>
Project-URL: Homepage, https://github.com/elprogramadorgt/perftrackergt
Project-URL: Issues, https://github.com/elprogramadorgt/perftrackergt/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# PerfTrackerGT

Welcome to PerfTrackerGT! This application is designed to help you track and analyze the performance of your functions in your software projects. Whether you're a developer, project manager, or team lead, PerfTrackerGT provides valuable insights into your project's performance metrics.

## Features

- Time measurement: Measure the time it takes your function to complete
- Memory Consumption: Measures how much memory does your function require at it's initial state and when it's completed.

## Getting Started

To get started with PerfTrackerGT, follow these steps:

1. Type on your terminal `pip install perftrackergt`.

## Contributing

Ask in the discord channel (Hablamos espanol btw)

## License

This project is licensed under the [MIT License](https://github.com/your-username/PerfTrackerGT/blob/main/LICENSE).
