Skip to content

Instantly share code, notes, and snippets.

Created October 13, 2017 19:14
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 anonymous/49f84d38087bf12d70eeeda95696a29b to your computer and use it in GitHub Desktop.
Save anonymous/49f84d38087bf12d70eeeda95696a29b to your computer and use it in GitHub Desktop.
[jdv@new-host-2 ]$ RAKUDO_SCHEDULER_DEBUG=1 perl6 t/01-basic.t
[SCHEDULER] Created initial general worker thread
[SCHEDULER] Supervisor started
[SCHEDULER] Supervisor thinks there are 4 CPU cores
[SCHEDULER] Created initial affinity worker thread
before
[jdv@new-host-2 ]$ RAKUDO_SCHEDULER_DEBUG=1 perl6 t/01-basic.t
[SCHEDULER] Created initial general worker thread
[SCHEDULER] Supervisor started
[SCHEDULER] Supervisor thinks there are 4 CPU cores
[SCHEDULER] Created initial affinity worker thread
before
[jdv@new-host-2 ]$ RAKUDO_SCHEDULER_DEBUG=1 perl6 t/01-basic.t
[SCHEDULER] Created initial general worker thread
[SCHEDULER] Supervisor started
[SCHEDULER] Supervisor thinks there are 4 CPU cores
[SCHEDULER] Created initial affinity worker thread
before
[SCHEDULER] Added a general worker thread
foo
after
[jdv@new-host-2 ]$ RAKUDO_SCHEDULER_DEBUG=1 perl6 t/01-basic.t
[SCHEDULER] Created initial general worker thread
[SCHEDULER] Supervisor started
[SCHEDULER] Supervisor thinks there are 4 CPU cores
[SCHEDULER] Created initial affinity worker thread
before
[SCHEDULER] Added a general worker thread
foo
after
[jdv@new-host-2 ]$ RAKUDO_SCHEDULER_DEBUG=1 perl6 t/01-basic.t
[SCHEDULER] Created initial general worker thread
[SCHEDULER] Supervisor started
[SCHEDULER] Supervisor thinks there are 4 CPU cores
[SCHEDULER] Created initial affinity worker thread
before
[jdv@new-host-2 ]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment