Skip to content

Instantly share code, notes, and snippets.

@chrisnas
Created June 28, 2021 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisnas/e608af7ce652a052fe4f25dbb9ac042b to your computer and use it in GitHub Desktop.
Save chrisnas/e608af7ce652a052fe4f25dbb9ac042b to your computer and use it in GitHub Desktop.
PROFILER_STUB EnterStub(FunctionIDOrClientID functionId, COR_PRF_ELT_INFO eltInfo)
{
...
}
PROFILER_STUB LeaveStub(FunctionID functionId, COR_PRF_ELT_INFO eltInfo)
{
...
}
PROFILER_STUB TailcallStub(FunctionID functionId, COR_PRF_ELT_INFO eltInfo)
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment