longyi c9405dd336 vendor 5 年之前
..
Driver c9405dd336 vendor 5 年之前
Test c9405dd336 vendor 5 年之前
DriverInterface.php c9405dd336 vendor 5 年之前
README.md c9405dd336 vendor 5 年之前

README.md

A library for profiling source code. This is a manual type of profiler, when programmer adds profiling instructions explicitly inline to the source code.

Features:

  • Measures time between tags (events), number of calls and calculates average time
  • Measures memory usage
  • Allows nesting of events and enforces its integrity, and measures aggregated stats of nested elements
  • Allows configuring filters for tags
  • Provides various output formats out of the box: direct HTML output and CSV-file