Actions
Bug #4991
closedAdd a method to retrieve raw data from GC::Profiler
Bug #4991:
Add a method to retrieve raw data from GC::Profiler
Description
GC::Profiler.result gives a String report but there is no access to the raw profile data. There is no way to extract data for automatic comparison without parsing the output String.
The attached patch adds GC::Profile.data which exposes gc_profile_record_get.
This allows tools that can automatically compare profile runs to be written without parsing.
Files
Actions