perftools / xhgui

Web interface for XHProf profiling data can store data in MongoDB or PDO database
1.65k stars 342 forks source link

Normalize profiler record, fill missing keys #362

Closed glensc closed 3 years ago

glensc commented 3 years ago

This allows profilings without cpu and memory metrics.

Replaces: https://github.com/perftools/xhgui/pull/344 Fixes: https://github.com/perftools/xhgui/issues/343, https://github.com/perftools/xhgui/issues/146

glensc commented 3 years ago

This would be alot better if there was model for these entities. Something for future refactoring.

glensc commented 3 years ago

This fixes data when inserting, so I'm not sure whether fixing at runtime is necessary too?

glensc commented 3 years ago

This is included in 0.16.1 release