memprofile.h 354 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2011 Nokia Corporation.
  3. */
  4. /*
  5. * memprofile.h
  6. */
  7. #ifndef MEMPROFILE_H_
  8. #define MEMPROFILE_H_
  9. #include <e32base.h>
  10. #include <egl/egl.h>
  11. extern "C" /* static */ void GetProfilingExtensionData(EGLDisplay aDisp, int& aTotalGRAM, int& aUsedGRAM, int& aUsedPrivate, int& aUsedShared);
  12. #endif /* MEMPROFILE_H_ */