perftrackergt


Nameperftrackergt JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryMeasures 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.
upload_time2024-08-25 22:24:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "perftrackergt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Eduardo <elprogramadorgt8@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7c/88/2a3505fc0b4f8421c45392714ecd3f1524a8b2b2f850726f2f5e60dae6c0/perftrackergt-1.0.0.tar.gz",
    "platform": null,
    "description": "# PerfTrackerGT\n\nWelcome 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.\n\n## Features\n\n- Time measurement: Measure the time it takes your function to complete\n- Memory Consumption: Measures how much memory does your function require at it's initial state and when it's completed.\n\n## Getting Started\n\nTo get started with PerfTrackerGT, follow these steps:\n\n1. Type on your terminal `pip install perftrackergt`.\n\n## Contributing\n\nAsk in the discord channel (Hablamos espanol btw)\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/your-username/PerfTrackerGT/blob/main/LICENSE).\n",
    "bugtrack_url": null,
    "license": null,
    "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.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/elprogramadorgt/perftrackergt",
        "Issues": "https://github.com/elprogramadorgt/perftrackergt/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2de9aae3c79da3d697eb23f87975573db9782f89ea71f66e7a4f204f498969e",
                "md5": "f67d8e63b1a19317b87ad96f7d520316",
                "sha256": "adf5a29a335d26a3bfe1349eaf7074e4338f245d6f897079e07d6dfea41b0030"
            },
            "downloads": -1,
            "filename": "perftrackergt-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f67d8e63b1a19317b87ad96f7d520316",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14492,
            "upload_time": "2024-08-25T22:24:06",
            "upload_time_iso_8601": "2024-08-25T22:24:06.375514Z",
            "url": "https://files.pythonhosted.org/packages/e2/de/9aae3c79da3d697eb23f87975573db9782f89ea71f66e7a4f204f498969e/perftrackergt-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c882a3505fc0b4f8421c45392714ecd3f1524a8b2b2f850726f2f5e60dae6c0",
                "md5": "ce2513377e3d8a5867da2f8fc397b948",
                "sha256": "b8d98bfbe3c7287891819aa252e3f184bb0c3bf5a6ce41d0d4a6fb7d503688cc"
            },
            "downloads": -1,
            "filename": "perftrackergt-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ce2513377e3d8a5867da2f8fc397b948",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 14245,
            "upload_time": "2024-08-25T22:24:09",
            "upload_time_iso_8601": "2024-08-25T22:24:09.806030Z",
            "url": "https://files.pythonhosted.org/packages/7c/88/2a3505fc0b4f8421c45392714ecd3f1524a8b2b2f850726f2f5e60dae6c0/perftrackergt-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-25 22:24:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "elprogramadorgt",
    "github_project": "perftrackergt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "perftrackergt"
}
        
Elapsed time: 0.42390s