Talk:Resource Tracking for FlightGear: Difference between revisions

Jump to navigation Jump to search
Line 22: Line 22:


     class NVIDIA_GPU: public GPUInfo {
     class NVIDIA_GPU: public GPUInfo {
 
    public:
     virtual int getVRAMUsageInKB() {
     virtual int getVRAMUsageInKB() {
     SG_LOG(SG_GENERAL, SG_ALERT,"NVIDIA Function not yet implemented !");
     SG_LOG(SG_GENERAL, SG_ALERT,"NVIDIA Function not yet implemented !");
Line 31: Line 31:


     class ATI_GPU: public GPUInfo {
     class ATI_GPU: public GPUInfo {
    public:
     virtual int getVRAMUsageInKB() {
     virtual int getVRAMUsageInKB() {
     SG_LOG(SG_GENERAL, SG_ALERT,"ATI Function not yet implemented !");
     SG_LOG(SG_GENERAL, SG_ALERT,"ATI Function not yet implemented !");
Line 39: Line 40:


     class INTEL_GPU : public GPUInfo {
     class INTEL_GPU : public GPUInfo {
 
    public:
     virtual int getVRAMUsageInKB() {
     virtual int getVRAMUsageInKB() {
     SG_LOG(SG_GENERAL, SG_ALERT,"Intel Function not yet implemented !");
     SG_LOG(SG_GENERAL, SG_ALERT,"Intel Function not yet implemented !");

Navigation menu