Suppressing data collection

You can use the -record-data option to avoid recording data during a run. This option is useful for avoiding timing data during start-up before your program gets to main. For example, you can set -record-data=no, then call the API function quantify_start_recording_data from your program at the point where you want to begin recording data.