ssmr9dt/processcalctime

Simple process time calculation

dev-master 2018-09-30 03:13 UTC

This package is auto-updated.

Last update: 2025-07-07 04:46:07 UTC


README

Quick start

Installation

composer require ssmr9dt/processcalctime

Reference test/start.php

How to Use

require __DIR__ . "/../vendor/autoload.php";

$ProcessCalcTime = new ssmr9dt\ProcessCalcTime("All");

//calculate process
for ($i=0; $i<10000; $i++) {
    echo "aaaaa";
}

$ProcessCalcTime->finish();

License

This software is released under the MIT License, see LICENSE.