معرفی شرکت ها


eazyprofiler-0.1.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

EazyProfiler is forked version of Lazyprofiler which is a simple utility to collect CPU, GPU, RAM and GPU Memorystats while the program is running.
ویژگی مقدار
سیستم عامل -
نام فایل eazyprofiler-0.1.3
نام eazyprofiler
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Damianos Park
ایمیل نویسنده damianospark@gmail.com
آدرس صفحه اصلی https://github.com/damianospark/eazyprofiler
آدرس اینترنتی https://pypi.org/project/eazyprofiler/
مجوز MIT
# eazyprofiler ------------------------------------------- Lazy Profiler is a simple utility to collect CPU, GPU, RAM and GPU Memory stats while the program is running. This project is forked from shankarpandala's repository [shankarpandala/lazyprofiler](https://github.com/shankarpandala/lazyprofiler) to append recording interval argument. More feature and usage will be appended for simpler and faster profiling. ## Installation Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar. ```bash pip install eazyprofiler ``` ## Usage logging interval can be set in start_log as seconds. Shorter interval than a second can be set with decimal expression (ex. 0.2=200 milliseconds) ```python import eazyprofiler.GetStats as gs pid = gs.start_log("test",2) """ Do something in between """ gs.stop_log(pid=pid) gs.plot_stats('test') ``` ![Sample Output](/images/sample.PNG) ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. ## License [MIT](https://choosealicense.com/licenses/mit/)


نحوه نصب


نصب پکیج whl eazyprofiler-0.1.3:

    pip install eazyprofiler-0.1.3.whl


نصب پکیج tar.gz eazyprofiler-0.1.3:

    pip install eazyprofiler-0.1.3.tar.gz