Howto:Optimizing FlightGear for mobile devices: Difference between revisions

Jump to navigation Jump to search
Line 192: Line 192:


== Tracking Memory Utilization at the Subsystem-level ==
== Tracking Memory Utilization at the Subsystem-level ==
It might be beneficial to extend the built-in [[Howto:Use the system monitor|performance monitor system]] such that it also supports tracking memory consumption per subsystem.  
In order to help reduce the memory footprint of FlightGear, it might be beneficial to extend the built-in [[Howto:Use the system monitor|performance monitor system]] such that it also supports tracking memory consumption per subsystem.  


The performance monitor is initialized in fg_init.cxx: https://gitorious.org/fg/flightgear/blobs/next/src/Main/fg_init.cxx#line1083
The performance monitor is initialized in fg_init.cxx: https://gitorious.org/fg/flightgear/blobs/next/src/Main/fg_init.cxx#line1083

Navigation menu