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.
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).
See Implementation
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.