26 lines
400 B
C++
26 lines
400 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include "il2cpp-config.h"
|
|
|
|
namespace il2cpp
|
|
{
|
|
namespace icalls
|
|
{
|
|
namespace System
|
|
{
|
|
namespace System
|
|
{
|
|
namespace Diagnostics
|
|
{
|
|
class LIBIL2CPP_CODEGEN_API Stopwatch
|
|
{
|
|
public:
|
|
static int64_t GetTimestamp();
|
|
};
|
|
} /* namespace Diagnostics */
|
|
} /* namespace System */
|
|
} /* namespace mscorlib */
|
|
} /* namespace icalls */
|
|
} /* namespace il2cpp */
|