Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Gavin HallidayGavin HallidayPriority
MinorCompatibility
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Gavin Halliday
Gavin HallidayPriority
Compatibility
Minor
Fix versions
Pull Request URL
Created December 3, 2015 at 11:26 AM
Updated April 18, 2016 at 7:53 AM
Resolved April 18, 2016 at 7:53 AM
Currently CRuntimeStatisticCollection serializes num, kind and value as unpacked values. However many of them are likely to be much lower than the maximum values for the fields. Adding appendPacked()/readPacked() to jbuffer would allow the size of the serialized data to be shrunk.
Likely to be more significant as the number of stats being returned increases.