Download the PHP package tomk79/microtime-recorder without Composer

On this page you can find all versions of the php package tomk79/microtime-recorder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package microtime-recorder

php-microtime-recorder

処理中の microtime を記録してボトルネックを探す デバッグライブラリです。

インストール - Install

使い方 - Usage

はじめに、 tomk79\microtimeRecorder のインスタンス $mr を作ります。 以降、 $mr->rec() を呼び出すたびに、その時点の記録が保存されます。

コンストラクタの第1引数には、次の値を指定できます。

出力されるデータ

出力されるデータには、次の情報が含まれています。 データは、 1回の $mr->rec() の実行につき1行出力されます。

Process ID

実行時のプロセスIDを格納します。

elapsed

1回前の $mr->rec() が実行されてから経過した秒数を格納します。 インスタンスが生成されてから初めて実行された $mr->rec() では、 スクリプトが開始されてから経過した秒数が格納されます。

FILE

$mr->rec() が実行されたファイルのパスを格納します。

LINE

$mr->rec() が実行された行番号を格納します。

values

$mr->rec() が受け取った値を var_dump() して取得した文字列を格納します。 $mr->rec() の引数は複数指定することができます。

テスト - Test

更新履歴 - Change Log

tomk79/microtime-recorder v0.1.2 (2019年2月3日)

tomk79/microtime-recorder v0.1.1 (2019年2月1日)

tomk79/microtime-recorder v0.1.0 (2019年1月20日)

ライセンス - License

MIT License

作者 - Author


All versions of microtime-recorder with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tomk79/microtime-recorder contains the following files

Loading the files please wait ....