You can run a project with multiple probes at the same
time.
You can do this in either of the following ways:
- Compile each probe separately, then
concatenate the resulting .probescript files into
a single file, then pass the name of the concatenated file to the
byte-code instrumentation (BCI) engine when you apply the probe.
- Create a single .probe file containing
all of the probe elements you want to run, compile it, then apply
it as you would apply a single probe.