adsr / phpspy

low-overhead sampling profiler for PHP 7+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add trace collection info as an option

parthpatel1001 opened this issue · comments

It would be nice to get info around the trace that was collected like which pid was used and the time the trace was pulled:

# ts = 1572757654.468000
# collected_at = 1572757654.510204
# pid = 26089

Added this in a PR here #89

commented

Added in 5812072