Stopwatch.h 400 B

12345678910111213141516171819202122232425
  1. #pragma once
  2. #include <stdint.h>
  3. #include "il2cpp-config.h"
  4. namespace il2cpp
  5. {
  6. namespace icalls
  7. {
  8. namespace System
  9. {
  10. namespace System
  11. {
  12. namespace Diagnostics
  13. {
  14. class LIBIL2CPP_CODEGEN_API Stopwatch
  15. {
  16. public:
  17. static int64_t GetTimestamp();
  18. };
  19. } /* namespace Diagnostics */
  20. } /* namespace System */
  21. } /* namespace mscorlib */
  22. } /* namespace icalls */
  23. } /* namespace il2cpp */