Skip to content

Instantly share code, notes, and snippets.

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 gregoryyoung/19fe860002a680d4ce84fb3c71b4db0b to your computer and use it in GitHub Desktop.
Save gregoryyoung/19fe860002a680d4ce84fb3c71b4db0b to your computer and use it in GitHub Desktop.
- threads();;
val it :
System.Collections.Generic.IEnumerable<PrivateEye.Bridge.profilersession.ThreadInformation>
= seq
[PrivateEye.Bridge.profilersession.ThreadInformation {Stack = null;};
PrivateEye.Bridge.profilersession.ThreadInformation
{Stack = [|PrivateEye.Bridge.profilersession.StackEntry;
PrivateEye.Bridge.profilersession.StackEntry|];};
PrivateEye.Bridge.profilersession.ThreadInformation
{Stack = [|PrivateEye.Bridge.profilersession.StackEntry|];};
PrivateEye.Bridge.profilersession.ThreadInformation
{Stack = [|PrivateEye.Bridge.profilersession.StackEntry;
PrivateEye.Bridge.profilersession.StackEntry|];}; ...]
> addFsiPrinters();;
> threads();;
val it :
System.Collections.Generic.IEnumerable<PrivateEye.Bridge.profilersession.ThreadInformation>
= 140056312407808l Projections Master
140056812091136l Threadpool worker
140056307943168l Threadpool worker
140056816555776l Threadpool worker
140056301385472l Threadpool worker
140056310306560l Projection Core #0
140056320968448l Storage Chaser
140056818919168l Threadpool worker
140056824723200l Timer-Scheduler
140056314509056l Threadpool worker
140056325732096l Timer
140056323360512l MainQueue
140056330901248l
140056838764288l Finalizer
140056328664832l StorageWriterQueue
140056814192384l Threadpool worker
140056925656960l
> threads() |> Seq.tail |> Seq.head;;
val it : PrivateEye.Bridge.profilersession.ThreadInformation =
Thread: Threadpool worker
140055662312912l System.Boolean EventStore.Core.Bus.MessageHandler`1:TryHandle (EventStore.Core.Messaging.Message)
50332648l System.Void EventStore.Core.Bus.InMemoryBus:Publish (EventStore.Core.Messaging.Message)
50332608l System.Void EventStore.Core.Bus.InMemoryBus:Handle (EventStore.Core.Messaging.Message)
61805560l System.Void EventStore.Core.Bus.QueuedHandlerThreadPool:ReadFromQueue (object)
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment