Skip to content

Instantly share code, notes, and snippets.

@adamcharnock
Created February 28, 2019 01:43
Show Gist options
  • Save adamcharnock/db7edc9467a509aec412fa9a2fca97b5 to your computer and use it in GitHub Desktop.
Save adamcharnock/db7edc9467a509aec412fa9a2fca97b5 to your computer and use it in GitHub Desktop.

Revisions

  1. adamcharnock created this gist Feb 28, 2019.
    19 changes: 19 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    679.056883 MainThread [NOLOOP ] Bus is opening
    680.058956 MainThread [task 4399429288] Awaiting calls on the call queue
    680.910110 MainThread [task 4399649656] -> One started
    681.442022 dispatch_0 [NOLOOP ] --> Two started
    683.099985 dispatch_0 [task 4399651832] ---> Three started
    683.208942 dispatch_0 [task 4399651832] ----> Four started
    683.764935 dispatch_1 [NOLOOP ] -----> Five started
    683.855057 dispatch_1 [NOLOOP ] Adding callable to queue
    684.042931 dispatch_1 [NOLOOP ] Awaiting execution completion
    685.514927 MainThread [task 4399429288] Call received, executing
    791.521072 MainThread [task 4399429288] Call executed, marking as done
    791.759014 MainThread [task 4399429288] Returning result
    793.555975 MainThread [task 4399429288] Awaiting calls on the call queue
    793.935061 dispatch_1 [NOLOOP ] -----> Five finished (result: Return value)
    795.496941 dispatch_0 [task 4399651832] ----> Four finished
    795.587063 dispatch_0 [task 4399651832] ---> Three finished
    795.820951 dispatch_0 [NOLOOP ] --> Two finished
    796.437979 MainThread [task 4399649656] -> One finished
    796.638012 MainThread [NOLOOP ] Bus is closing