To set the processing of data to manual, do one of the following:
When the processing of data is set to manual, to force processing of profiling data, do one of the following:
When debugging natively, data processing is also used when first entering the profiler to process mon.out, gmon.out files, etc. previously generated with the program.
When debugging on an embedded target, the data processing is only used when at least one run of the program is completed in the current profiler session. The sampling data generated by the debug server, unlike mon.out, gmon.out files etc. produced by the program itself, are internal to the profiler and are deleted after processing. The profile data file written by the debug server also contains information such as the target endianness which must be known by the profiler in order to read the other profile data files such as mon.out. Thus, the profiler cannot read in profile data generated during a different session.