PSPSDK 2024-12-24
|
Go to the source code of this file.
Functions | |
__attribute__ ((__no_instrument_function__, __no_profile_instrument_function__)) void gprof_start(void) | |
Start the profiler. | |
Variables | |
int | should_dump |
__attribute__ | ( | (__no_instrument_function__, __no_profile_instrument_function__) | ) |
Start the profiler.
Stop the profiler.
If the profiler is already running, this function stop previous one, and ignore the result. Finally, it initializes a new profiler session.
If the profiler is not running, this function does nothing.
filename | The name of the file to write the profiling data to. |
should_dump | If 1, the profiling data will be written to the file. If 0, the profiling data will be discarded. |
int should_dump |