ssmr9dt/processcalctime

Simple process time calculation

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ssmr9dt/processcalctime

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

This package is auto-updated.

Last update: 2025-10-07 05:30:01 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.