shish/eventtracer-php
最新稳定版本:v2.2.2
Composer 安装命令:
composer require shish/eventtracer-php
包简介
An API to write JSON traces as used by the Chrome Trace Viewer
README 文档
README
$et = new \EventTracer("myeventlog.json"); $et->begin("Eating Cake"); [...] $et->end();
If filename isn't specified, then data will be buffered
in-memory ($et->buffer) and can be written to disk in
one go with $et->flush($filename).
Viewing Data:
Use Perfetto and "Open trace file"
Format Spec:
Uses the JSON Array Format because that's the one which can be appended to from multiple threads
统计信息
- 总下载量: 34.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-05
