mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Instead of walking the listmodel for every object which might be a file chunk, and treating it as possibly non-native-endianness, this uses the new index of file chunks and accesses their frame as an object. That object will do endianness conversions for us. The extra overhead of creating the GObject is lessened by avoiding looking at many of the frames in the model.