For example:
// I'm not sure how DreamDaemon internally differentiates separate instances of itself...
// So in this case there is already a DreamDaemon "game.dmb" instance running.
// Alternatively you could just input the process' PID or something? Unsure.
DreamDaemon --CPU "game.dmb" | less
DreamDaemon -C "game.dmb" > ~/cpuprofile.txt
DreamDaemon --NET "game.dmb" | less
DreamDaemon -N "game.dmb" > ~/netprofile.txt
This would help tremendously!