Skip to content

Instantly share code, notes, and snippets.

@Criteo-dotnet-blog
Created April 24, 2017 07:45
Show Gist options
  • Save Criteo-dotnet-blog/2ec37883fab254dc3572fe8a8be4a2b7 to your computer and use it in GitHub Desktop.
Save Criteo-dotnet-blog/2ec37883fab254dc3572fe8a8be4a2b7 to your computer and use it in GitHub Desktop.
public IEnumerable<TimerInfo> EnumerateTimers(ClrRuntime runtime)
{
   ClrHeap heap = runtime.GetHeap();
   if (!heap.CanWalkHeap)
      yield break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment