DespikerSender.startDespiker

Open a Despiker window and start sending profiling data to it.

Can only be called when sending is false (after DespikerSender construction or reset).

By default, looks for the Despiker binary in the following order:

0: defaultPath, if specified 1: 'despiker' in current working directory 2: 'despiker' in directory of the running binary 3: 'despiker' in PATH

Note: the next update() call will send all profiling data recorded so far to the Despiker.

class DespikerSender
@safe
void
startDespiker
(
string defaultPath = null
)

Throws

DespikerSenderException on failure (couldn't find or run Despiker in any of the searched paths, or couldn't run Despiker with path specified by defaultPath).

Meta