Skip to content

A PHP library for generating traces for the chrome trace viewer

License

Notifications You must be signed in to change notification settings

shish/eventtracer-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating Data:

$et = 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:

Visit chrome://tracing

Load JSON file

Screenshot

Format Spec:

Google Doc

Uses the JSON Array Format because that's the one which can be appended to from multiple threads

About

A PHP library for generating traces for the chrome trace viewer

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages