memprofile.h 288 B

12345678910111213141516
  1. /*
  2. * memprofile.h
  3. */
  4. #ifndef MEMPROFILE_H_
  5. #define MEMPROFILE_H_
  6. #include <e32base.h>
  7. #include <egl/egl.h>
  8. extern "C" void GetProfilingExtensionData(EGLDisplay aDisp, int& aTotalGRAM, int& aUsedGRAM, int& aUsedPrivate, int& aUsedShared);
  9. #endif /* MEMPROFILE_H_ */