Use multiple probes simultaneously
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 ProbeInstrumenter 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.
Parent topic
Creating and using probes
Related tasks
Applying probes
Creating and editing probes
Compiling probes