perftools / php-profiler

A PHP profiling library based on XHGUI Data Collector
MIT License
146 stars 26 forks source link

ProfilingData: Re-use request time via $sec and $usec variables #68

Closed Krinkle closed 2 years ago

Krinkle commented 2 years ago

Simplify the code, make it a bit more readable, and make it more consistent with how the same data is referred to in the xghui repo.

glensc commented 2 years ago

What is the problem you are solving? Please fill pull request body.

Krinkle commented 2 years ago

@glensc I've added a description:

Simplify the code, make it a bit more readable, and make it more consistent with how the same data is referred to in the xghui repo.

glensc commented 2 years ago

Allright. thanks!